1 #ifndef __RTC_TEST_H_ 2 #define __RTC_TEST_H_ 3 4 void *rtc_test(void *argc); 5 6 struct rtc_msg { 7 int result; 8 char *date; 9 }; 10 11 #endif 12