OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
VMwareDebug.h File Reference

Go to the source code of this file.

Data Structures

struct  VMWARE_DEBUG_PROTOCOL_
 

Macros

#define VMWARE_DEBUG_PROTOCOL_GUID
 

Typedefs

typedef VOID(EFIAPI * VMWARE_DEBUG_PROTOCOL_MESSAGE) (IN CONST CHAR8 *FormatString, IN VA_LIST Marker)
 
typedef struct VMWARE_DEBUG_PROTOCOL_ VMWARE_DEBUG_PROTOCOL
 

Variables

EFI_GUID gVMwareDebugProtocolGuid
 

Detailed Description

Copyright (C) 2020, vit9696. All rights reserved.

All rights reserved.

This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php

THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

Definition in file VMwareDebug.h.

Macro Definition Documentation

◆ VMWARE_DEBUG_PROTOCOL_GUID

#define VMWARE_DEBUG_PROTOCOL_GUID
Value:
{ 0x5127A9FE, 0x2274, 0x451D, \
{ 0x90, 0xAA, 0xCB, 0xE8, 0x44, 0xCF, 0x55, 0x71 } }

VMWare debugging protocol GUID.

Definition at line 21 of file VMwareDebug.h.

Typedef Documentation

◆ VMWARE_DEBUG_PROTOCOL

VMware debug protocol definition.

◆ VMWARE_DEBUG_PROTOCOL_MESSAGE

typedef VOID(EFIAPI * VMWARE_DEBUG_PROTOCOL_MESSAGE) (IN CONST CHAR8 *FormatString, IN VA_LIST Marker)

Function to message on VMware virtual machines.

Definition at line 31 of file VMwareDebug.h.

Variable Documentation

◆ gVMwareDebugProtocolGuid

EFI_GUID gVMwareDebugProtocolGuid
extern