TianoCore EDK2 master
Loading...
Searching...
No Matches
DriverFamilyOverride.h
Go to the documentation of this file.
1
9#ifndef __EFI_DRIVER_FAMILY_OVERRIDE_H__
10#define __EFI_DRIVER_FAMILY_OVERRIDE_H__
11
12#define EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL_GUID \
13 { \
14 0xb1ee129e, 0xda36, 0x4181, { 0x91, 0xf8, 0x4, 0xa4, 0x92, 0x37, 0x66, 0xa7 } \
15 }
16
18
19//
20// Prototypes for the Driver Family Override Protocol
21//
22//
23
38typedef
39UINT32
42 );
43
57};
58
59extern EFI_GUID gEfiDriverFamilyOverrideProtocolGuid;
60
61#endif
UINT32(EFIAPI * EFI_DRIVER_FAMILY_OVERRIDE_GET_VERSION)(IN EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL *This)
#define IN
Definition: Base.h:279
Definition: Base.h:213