reactos/subsystems/mvdm/ntvdm/hardware/sound/speaker.h

20 lines
541 B
C

/*
* COPYRIGHT: GPL - See COPYING in the top level directory
* PROJECT: ReactOS Virtual DOS Machine
* FILE: subsystems/mvdm/ntvdm/hardware/sound/speaker.h
* PURPOSE: PC Speaker emulation
* PROGRAMMERS: Hermes Belusca-Maito (hermes.belusca@sfr.fr)
*/
#ifndef _SPEAKER_H_
#define _SPEAKER_H_
/* FUNCTIONS ******************************************************************/
VOID SpeakerChange(UCHAR Port61hValue);
VOID SpeakerInitialize(VOID);
VOID SpeakerCleanup(VOID);
#endif /* _SPEAKER_H_ */