1 2 3 4 5 6 7
#ifndef SYSTEM_H #define SYSTEM_H void SystemInit(void); void SystemDeinit(void); #endif /* SYSTEM_H */