10 lines
176 B
C
Executable file
10 lines
176 B
C
Executable file
#ifndef _BOARD_PAUSE_H
|
|
#define _BOARD_PAUSE_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
void BoardPauseStart(void);
|
|
BOOL BoardPauseActiveCheck(void);
|
|
BOOL BoardPauseReqCheck(void);
|
|
|
|
#endif
|