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