]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Include/Guid/BlockIoVendor.h
IntelFrameworkModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / Guid / BlockIoVendor.h
CommitLineData
e24fc103
LG
1/** @file\r
2 Guid for unrecognized EDD 3.0 device.\r
3\r
0a6f4824 4Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
c0a00b14 5SPDX-License-Identifier: BSD-2-Clause-Patent\r
e24fc103
LG
6\r
7**/\r
8\r
9#ifndef __BLOCKIO_VENDOR_H__\r
10#define __BLOCKIO_VENDOR_H__\r
11\r
12//\r
13// Guid is to specifiy the unrecognized EDD 3.0 device.\r
14//\r
15#define BLOCKIO_VENDOR_GUID \\r
16 { 0xcf31fac5, 0xc24e, 0x11d2, {0x85, 0xf3, 0x0, 0xa0, 0xc9, 0x3e, 0xc9, 0x3b} }\r
17\r
18typedef struct {\r
19 VENDOR_DEVICE_PATH DevicePath;\r
20 UINT8 LegacyDriveLetter;\r
21} BLOCKIO_VENDOR_DEVICE_PATH;\r
22\r
23extern GUID gBlockIoVendorGuid;\r
24\r
25#endif\r