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
61extern prep_t checkPrepBoardType(
RESIDUAL *res);
62extern prep_t currentPrepType;
63extern motorolaBoard getMotorolaBoard(
void);
64extern motorolaBoard currentBoard;
65extern const char* motorolaBoardToString(motorolaBoard);
66extern const struct _int_map *motorolaIntMap(motorolaBoard board);
67extern const void *motorolaIntSwizzle(motorolaBoard board);
Definition: residual.h:294