SBSPSS/source/system/gp.h
2000-08-29 19:54:22 +00:00

19 lines
343 B
C

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