KernOS
common.h
Go to the documentation of this file.
1 #ifndef KERNOS_COMMON_H
2 #define KERNOS_COMMON_H
3 
7 #include <stdbool.h>
8 #include <stddef.h>
9 #include <stdint.h>
10 #include <ktypes.h>
11 
12 #endif //KERNOS_COMMON_H