14 lines
191 B
C
14 lines
191 B
C
#ifndef __ISREPORT__
|
|
#define __ISREPORT__
|
|
#include "global.h"
|
|
|
|
void isreport_set(bool isrp);
|
|
bool isreport_get();
|
|
void isreport_write();
|
|
void isreport_read();
|
|
u8 isreport_getval();
|
|
|
|
|
|
#endif
|
|
|