OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
VMwareDebug.h
Go to the documentation of this file.
1
15#ifndef VMWARE_DEBUG_H
16#define VMWARE_DEBUG_H
17
21#define VMWARE_DEBUG_PROTOCOL_GUID \
22 { 0x5127A9FE, 0x2274, 0x451D, \
23 { 0x90, 0xAA, 0xCB, 0xE8, 0x44, 0xCF, 0x55, 0x71 } }
24
25extern EFI_GUID gVMwareDebugProtocolGuid;
26
30typedef
31VOID
33 IN CONST CHAR8 *FormatString,
34 IN VA_LIST Marker
35 );
36
43
44#endif // VMWARE_DEBUG_H
EFI_GUID gVMwareDebugProtocolGuid
VOID(EFIAPI * VMWARE_DEBUG_PROTOCOL_MESSAGE)(IN CONST CHAR8 *FormatString, IN VA_LIST Marker)
Definition VMwareDebug.h:32
struct VMWARE_DEBUG_PROTOCOL_ VMWARE_DEBUG_PROTOCOL
VMWARE_DEBUG_PROTOCOL_MESSAGE Message
Definition VMwareDebug.h:41