1 2 3 4 5 6
#ifndef POKEDIAMOND_OS_INIT_H #define POKEDIAMOND_OS_INIT_H void OS_Init(void); #endif //POKEDIAMOND_OS_INIT_H