36#ifndef LIBBSP_POWERPC_SHARED_MOTOROLA_MOTOROLA_H
37#define LIBBSP_POWERPC_SHARED_MOTOROLA_MOTOROLA_H
39#include <bsp/residual.h>
64 MVME_2300SC_2600 = 15,
65 MVME_2600_W_MVME712M = 16,
66 MVME_2600_2700_W_MVME761 = 17,
67 MVME_3600_W_MVME712M = 18,
68 MVME_3600_W_MVME761 = 19,
72 MOTOROLA_UNKNOWN = 255
76 HOST_BRIDGE_RAVEN = 0,
78 HOST_BRIDGE_UNKNOWN = 255
81#define MOTOROLA_CPUTYPE_REG 0x800
82#define MOTOROLA_BASETYPE_REG 0x803
84extern prep_t checkPrepBoardType(
RESIDUAL *res);
85extern prep_t currentPrepType;
86extern motorolaBoard getMotorolaBoard(
void);
87extern motorolaBoard currentBoard;
88extern const char* motorolaBoardToString(motorolaBoard);
89extern const struct _int_map *motorolaIntMap(motorolaBoard board);
90extern const void *motorolaIntSwizzle(motorolaBoard board);
Definition: residual.h:294