XenevaOS
Loading...
Searching...
No Matches
DriverFamilyOverride.h
Go to the documentation of this file.
1
15#ifndef __EFI_DRIVER_FAMILY_OVERRIDE_H__
16#define __EFI_DRIVER_FAMILY_OVERRIDE_H__
17
18#define EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL_GUID \
19 { \
20 0xb1ee129e, 0xda36, 0x4181, { 0x91, 0xf8, 0x4, 0xa4, 0x92, 0x37, 0x66, 0xa7 } \
21 }
22
24
25//
26// Prototypes for the Driver Family Override Protocol
27//
28//
43typedef
47 );
48
63
65
66#endif
#define EFIAPI
Definition ProcessorBind.h:172
unsigned int UINT32
Definition ProcessorBind.h:102
#define IN
Definition Base.h:347
EFI_GUID gEfiDriverFamilyOverrideProtocolGuid
UINT32(EFIAPI * EFI_DRIVER_FAMILY_OVERRIDE_GET_VERSION)(IN EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL *This)
Definition DriverFamilyOverride.h:45
Definition Base.h:281
Definition DriverFamilyOverride.h:60
EFI_DRIVER_FAMILY_OVERRIDE_GET_VERSION GetVersion
Definition DriverFamilyOverride.h:61