blob: 0d3190176980dff1bb54e1116abc8314117613e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#ifndef POKEREVO_OS_H
#define POKEREVO_OS_H
#ifdef __cplusplus
extern "C" {
#endif
#include "SDK/OS/OSAlloc.h"
#include "SDK/OS/OSCache.h"
#include "SDK/OS/OSInterrupt.h"
#ifdef __cplusplus
}
#endif
#endif //POKEREVO_OS_H
|