OpenCore
1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
BlockIoVendor.h
Go to the documentation of this file.
1
9
#ifndef __BLOCKIO_VENDOR_H__
10
#define __BLOCKIO_VENDOR_H__
11
12
//
13
// Guid is to specifiy the unrecognized EDD 3.0 device.
14
//
15
#define BLOCKIO_VENDOR_GUID \
16
{ 0xCF31FAC5, 0xC24E, 0x11D2, \
17
{0x85, 0xF3, 0x00, 0xA0, 0xC9, 0x3E, 0xC9, 0x3B }}
18
19
typedef
struct
{
20
VENDOR_DEVICE_PATH
DevicePath
;
21
UINT8
LegacyDriveLetter
;
22
}
BLOCKIO_VENDOR_DEVICE_PATH
;
23
24
extern
GUID
gBlockIoVendorGuid
;
25
26
#endif
gBlockIoVendorGuid
GUID gBlockIoVendorGuid
BLOCKIO_VENDOR_DEVICE_PATH
Definition
BlockIoVendor.h:19
BLOCKIO_VENDOR_DEVICE_PATH::DevicePath
VENDOR_DEVICE_PATH DevicePath
Definition
BlockIoVendor.h:20
BLOCKIO_VENDOR_DEVICE_PATH::LegacyDriveLetter
UINT8 LegacyDriveLetter
Definition
BlockIoVendor.h:21
Include
Intel
Guid
BlockIoVendor.h
Generated by
1.12.0