various PowerPC code maintenance

This commit is contained in:
Thomas Doerfler
2009-11-03 18:45:04 +00:00
parent 16393b2fa8
commit e08dbc5ea9
25 changed files with 140 additions and 295 deletions

View File

@@ -18,6 +18,10 @@
#include <stdbool.h>
#ifdef __cplusplus
extern "C" {
#endif
#ifndef ASM
typedef enum
{
@@ -130,4 +134,8 @@ static inline bool ppc_cpu_is(ppc_cpu_id_t cpu)
#endif /* ASM */
#ifdef __cplusplus
}
#endif
#endif