mirror of
https://github.com/encounter/tp.git
synced 2026-03-30 11:40:53 -07:00
12 lines
248 B
C
12 lines
248 B
C
#ifndef F_PC_PAUSE_
|
|
#define F_PC_PAUSE_
|
|
|
|
#include <types.h>
|
|
|
|
int fpcPause_IsEnable(void* pProc, u8 expected);
|
|
int fpcPause_Enable(void* pProc, u8 pauseMask);
|
|
int fpcPause_Disable(void* pProc, u8 pauseMask);
|
|
void fpcPause_Init(void* pProc);
|
|
|
|
#endif
|