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
24
46typedef
47VOID
48(EFIAPI *EFI_BDS_ENTRY)(
50 );
51
61 EFI_BDS_ENTRY Entry;
62};
63
64extern EFI_GUID gEfiBdsArchProtocolGuid;
65
66#endif
#define IN
Definition: Base.h:279
VOID(EFIAPI * EFI_BDS_ENTRY)(IN EFI_BDS_ARCH_PROTOCOL *This)
Definition: Bds.h:48
Definition: Base.h:213