MicrOS
rtc_calls.h
Go to the documentation of this file.
1 #ifndef RTC_CALLS_H
2 #define RTC_CALLS_H
3 
5 #include "drivers/rtc/rtc.h"
6 
9 
10 #endif
Definition: interrupt_state.h:8
void syscall_rtc_get_time(interrupt_state *state)
Definition: rtc_calls.c:3
void syscall_rtc_set_time(interrupt_state *state)
Definition: rtc_calls.c:9