core: Added new headers for re-arched design
[lumina.git] / core / include / config.h
blob26c011b195f29e7c946aee19b07a31e41345c171
1 #ifndef CONFIG_H
2 #define CONFIG_H
4 #include "types.h"
6 #ifndef INLINE
7 #define INLINE static inline
8 #endif
10 #endif