16 lines
241 B
C
16 lines
241 B
C
#ifndef PPC_GENERIC_MPC_7XX_603E_H
|
|
#define PPC_GENERIC_MPC_7XX_603E_H
|
|
|
|
#include <dolphin/types.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
u8 TRKTargetCPUMinorType(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* PPC_GENERIC_MPC_7XX_603E_H */
|