TianoCore EDK2
master
Loading...
Searching...
No Matches
Bds.h
Go to the documentation of this file.
1
11
#ifndef __ARCH_PROTOCOL_BDS_H__
12
#define __ARCH_PROTOCOL_BDS_H__
13
17
#define EFI_BDS_ARCH_PROTOCOL_GUID \
18
{ 0x665E3FF6, 0x46CC, 0x11d4, {0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D } }
19
23
typedef
struct
_EFI_BDS_ARCH_PROTOCOL
EFI_BDS_ARCH_PROTOCOL
;
24
46
typedef
47
VOID
48
(EFIAPI *
EFI_BDS_ENTRY
)(
49
IN
EFI_BDS_ARCH_PROTOCOL
*This
50
);
51
60
struct
_EFI_BDS_ARCH_PROTOCOL
{
61
EFI_BDS_ENTRY
Entry;
62
};
63
64
extern
EFI_GUID
gEfiBdsArchProtocolGuid;
65
66
#endif
IN
#define IN
Definition:
Base.h:279
EFI_BDS_ENTRY
VOID(EFIAPI * EFI_BDS_ENTRY)(IN EFI_BDS_ARCH_PROTOCOL *This)
Definition:
Bds.h:48
_EFI_BDS_ARCH_PROTOCOL
Definition:
Bds.h:60
GUID
Definition:
Base.h:213
MdePkg
Include
Protocol
Bds.h
Generated on Fri Nov 15 2024 18:01:15 for TianoCore EDK2 by
1.9.6