MicrOS
rtc_calls.h
Go to the documentation of this file.
1
#ifndef RTC_CALLS_H
2
#define RTC_CALLS_H
3
4
#include "
cpu/idt/state/interrupt_state.h
"
5
#include "
drivers/rtc/rtc.h
"
6
7
void
syscall_rtc_get_time
(
interrupt_state
*state);
8
void
syscall_rtc_set_time
(
interrupt_state
*state);
9
10
#endif
interrupt_state
Definition:
interrupt_state.h:8
rtc.h
syscall_rtc_get_time
void syscall_rtc_get_time(interrupt_state *state)
Definition:
rtc_calls.c:3
syscall_rtc_set_time
void syscall_rtc_set_time(interrupt_state *state)
Definition:
rtc_calls.c:9
interrupt_state.h
os
kernel
src
process
syscalls
handlers
rtc_calls.h
Generated by
1.8.13