* Match mtx and Padclamp.c * Match the rest of GX * Import TRK 2.6 * Import MSL headers and files * Merge some MSL headers into ours
16 lines
242 B
C
16 lines
242 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
|
|
|
|
u32 TRKTargetCPUMinorType(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* PPC_GENERIC_MPC_7XX_603E_H */
|