#ifndef RTC_H__ #define RTC_H__ typedef struct { void (*delay_ms)(u32); } RTC_InitStruct; int RTC_InitNormal (RTC_InitStruct *init); #endif