MicrOS
power_calls.h
Go to the documentation of this file.
1
#ifndef POWER_CALLS_H
2
#define POWER_CALLS_H
3
4
#include "
power/power.h
"
5
#include "
process/manager/process_manager.h
"
6
7
void
syscall_power_reboot
(
interrupt_state
*state);
8
void
syscall_power_shutdown
(
interrupt_state
*state);
9
10
#endif
interrupt_state
Definition:
interrupt_state.h:8
power.h
process_manager.h
syscall_power_shutdown
void syscall_power_shutdown(interrupt_state *state)
Definition:
power_calls.c:8
syscall_power_reboot
void syscall_power_reboot(interrupt_state *state)
Definition:
power_calls.c:3
os
kernel
src
process
syscalls
handlers
power_calls.h
Generated by
1.8.13