donut-decomp/include/os.h
Charlotte Delenk 1ff2c9b04d
OSCache.c
2021-10-14 21:10:04 +02:00

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