OpenCore
1.0.4
OpenCore Bootloader
|
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 |
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.
#define VMWARE_DEBUG_PROTOCOL_GUID |
VMWare debugging protocol GUID.
Definition at line 21 of file VMwareDebug.h.
typedef struct VMWARE_DEBUG_PROTOCOL_ VMWARE_DEBUG_PROTOCOL |
VMware debug protocol definition.
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.
|
extern |