platform.h 125 B

12345678
  1. #ifndef __PLATFORM_H__
  2. #define __PLATFORM_H__
  3. //#include <stdint.h>
  4. void platform_init(void);
  5. #endif /* __PLATFORM_H__ */