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