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
17
typedef
struct
_EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL
EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL
;
18
19
//
20
// Prototypes for the Driver Family Override Protocol
21
//
22
//
23
38
typedef
39
UINT32
40
(EFIAPI *
EFI_DRIVER_FAMILY_OVERRIDE_GET_VERSION
)(
41
IN
EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL
*This
42
);
43
55
struct
_EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL
{
56
EFI_DRIVER_FAMILY_OVERRIDE_GET_VERSION
GetVersion;
57
};
58
59
extern
EFI_GUID
gEfiDriverFamilyOverrideProtocolGuid;
60
61
#endif
EFI_DRIVER_FAMILY_OVERRIDE_GET_VERSION
UINT32(EFIAPI * EFI_DRIVER_FAMILY_OVERRIDE_GET_VERSION)(IN EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL *This)
Definition:
DriverFamilyOverride.h:40
IN
#define IN
Definition:
Base.h:279
_EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL
Definition:
DriverFamilyOverride.h:55
GUID
Definition:
Base.h:213
MdePkg
Include
Protocol
DriverFamilyOverride.h
Generated on Fri Nov 15 2024 18:01:15 for TianoCore EDK2 by
1.9.6