repo.or.cz
/
quarnos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
interrupts mechanisms, serial port data receiver
[quarnos.git]
/
arch
/
x86
/
speaker.h
blob
d5713ba31ed5fb2fee44c414350e5064f42b2b91
1
/* Quarn OS
2
*
3
* PC speaker
4
*
5
* Copyright (C) 2008 Pawel Dziepak
6
*
7
* Low-level interface for services and resources that pc speaker
8
*/
9
10
11
namespace
arch
{
12
void
speaker_change_freq
(
int
freq
);
13
void
speaker_turn_off
();
14
}