OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
AppleBeepGen.h
Go to the documentation of this file.
1
13#ifndef APPLE_BEEP_GEN_H
14#define APPLE_BEEP_GEN_H
15
20#define APPLE_BEEP_GEN_PROTOCOL_GUID \
21 { 0xC32332DF, 0xFC56, 0x4FE1, \
22 { 0x93, 0x58, 0xBA, 0x0D, 0x52, 0x9B, 0x24, 0xCD } }
23
59typedef
60EFI_STATUS
61(EFIAPI *APPLE_BEEP_GEN_BEEP)(
62 IN UINT32 ToneCount,
63 IN UINTN ToneLength,
64 IN UINTN SilenceLength
65 );
66
73
74extern EFI_GUID gAppleBeepGenProtocolGuid;
75
76#endif // APPLE_BEEP_GEN_H
EFI_GUID gAppleBeepGenProtocolGuid
EFI_STATUS(EFIAPI * APPLE_BEEP_GEN_BEEP)(IN UINT32 ToneCount, IN UINTN ToneLength, IN UINTN SilenceLength)
APPLE_BEEP_GEN_BEEP GenBeep
Can be NULL.