16 lines
No EOL
210 B
C
16 lines
No EOL
210 B
C
#pragma once
|
|
|
|
#include <types.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void OSReport(const char *fmt, ...);
|
|
|
|
BOOL OSDisableInterrupts(void);
|
|
BOOL OSResetInterrupts(BOOL enabled);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |