ReactOS
0.4.16-dev-92-g0c2cdca
beep.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS HAL
3
* LICENSE: BSD - See COPYING.ARM in the top level directory
4
* FILE: hal/halarm/generic/beep.c
5
* PURPOSE: Speaker support (beeping)
6
* PROGRAMMERS: ReactOS Portable Systems Group
7
*/
8
9
/* INCLUDES ******************************************************************/
10
11
#include <hal.h>
12
#define NDEBUG
13
#include <debug.h>
14
15
/* FUNCTIONS *****************************************************************/
16
17
/*
18
* @implemented
19
*/
20
BOOLEAN
21
NTAPI
22
HalMakeBeep
(
IN
ULONG
Frequency
)
23
{
24
UNIMPLEMENTED
;
25
return
FALSE
;
26
}
BOOLEAN
unsigned char BOOLEAN
Definition:
ProcessorBind.h:185
UNIMPLEMENTED
#define UNIMPLEMENTED
Definition:
debug.h:118
FALSE
#define FALSE
Definition:
types.h:117
HalMakeBeep
BOOLEAN NTAPI HalMakeBeep(IN ULONG Frequency)
Definition:
beep.c:22
Frequency
static LARGE_INTEGER Frequency
Definition:
clock.c:41
NTAPI
#define NTAPI
Definition:
typedefs.h:36
IN
#define IN
Definition:
typedefs.h:39
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
hal
halarm
generic
beep.c
Generated on Mon Oct 7 2024 06:08:15 for ReactOS by
1.9.6