ReactOS 0.4.15-dev-8028-g8e799e2
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 */
23{
25 return FALSE;
26}
unsigned char BOOLEAN
#define UNIMPLEMENTED
Definition: debug.h:118
#define FALSE
Definition: types.h:117
BOOLEAN NTAPI HalMakeBeep(IN ULONG Frequency)
Definition: beep.c:22
static LARGE_INTEGER Frequency
Definition: clock.c:41
#define NTAPI
Definition: typedefs.h:36
#define IN
Definition: typedefs.h:39
uint32_t ULONG
Definition: typedefs.h:59