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
19typedef struct {
20 VENDOR_DEVICE_PATH DevicePath;
23
24extern GUID gBlockIoVendorGuid;
25
26#endif
GUID gBlockIoVendorGuid
VENDOR_DEVICE_PATH DevicePath