TianoCore EDK2 master
Loading...
Searching...
No Matches
DriverSupportedEfiVersion.h
Go to the documentation of this file.
1
12#ifndef __DRIVER_SUPPORTED_EFI_VERSION_H__
13#define __DRIVER_SUPPORTED_EFI_VERSION_H__
14
15#define EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL_GUID \
16 { 0x5c198761, 0x16a8, 0x4e69, { 0x97, 0x2c, 0x89, 0xd6, 0x79, 0x54, 0xf8, 0x1d } }
17
30 UINT32 Length;
36
37extern EFI_GUID gEfiDriverSupportedEfiVersionProtocolGuid;
38
39#endif
struct _EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL
Definition: Base.h:213