13 #ifndef LIBBSP_POWERPC_SHARED_MOTOROLA_MOTOROLA_H 14 #define LIBBSP_POWERPC_SHARED_MOTOROLA_MOTOROLA_H 16 #include <bsp/residual.h> 41 MVME_2300SC_2600 = 15,
42 MVME_2600_W_MVME712M = 16,
43 MVME_2600_2700_W_MVME761 = 17,
44 MVME_3600_W_MVME712M = 18,
45 MVME_3600_W_MVME761 = 19,
49 MOTOROLA_UNKNOWN = 255
53 HOST_BRIDGE_RAVEN = 0,
55 HOST_BRIDGE_UNKNOWN = 255
58 #define MOTOROLA_CPUTYPE_REG 0x800 59 #define MOTOROLA_BASETYPE_REG 0x803 61 extern prep_t checkPrepBoardType(
RESIDUAL *res);
62 extern prep_t currentPrepType;
63 extern motorolaBoard getMotorolaBoard(
void);
64 extern motorolaBoard currentBoard;
65 extern const char* motorolaBoardToString(motorolaBoard);
66 extern const struct _int_map *motorolaIntMap(motorolaBoard board);
67 extern const void *motorolaIntSwizzle(motorolaBoard board);
Definition: residual.h:294