/****************/ /*** GP Stuph ***/ /****************/ #ifndef __GP_H__ #define __GP_H__ /*****************************************************************************/ extern "C" { void SaveGP(void); u32 ReloadGP(void); void SetGP(u32 GpVal); } /*****************************************************************************/ #endif