#ifndef SYSTEM_H #define SYSTEM_H void SystemInit(void); void SystemDeinit(void); #endif /* SYSTEM_H */