ReactOS 0.4.15-dev-7924-g5949c20
speaker.h
Go to the documentation of this file.
1/*
2 * COPYRIGHT: GPL - See COPYING in the top level directory
3 * PROJECT: ReactOS Virtual DOS Machine
4 * FILE: subsystems/mvdm/ntvdm/hardware/sound/speaker.h
5 * PURPOSE: PC Speaker emulation
6 * PROGRAMMERS: Hermes Belusca-Maito (hermes.belusca@sfr.fr)
7 */
8
9#ifndef _SPEAKER_H_
10#define _SPEAKER_H_
11
12/* FUNCTIONS ******************************************************************/
13
14VOID SpeakerChange(UCHAR Port61hValue);
15
18
19#endif /* _SPEAKER_H_ */
VOID SpeakerChange(UCHAR Port61hValue)
Definition: speaker.c:196
VOID SpeakerCleanup(VOID)
Definition: speaker.c:295
VOID SpeakerInitialize(VOID)
Definition: speaker.c:260
unsigned char UCHAR
Definition: xmlstorage.h:181