TianoCore EDK2 master
Loading...
Searching...
No Matches
AtaAtapiPolicy.h
Go to the documentation of this file.
1
10#ifndef __ATA_ATAPI_POLICY_H__
11#define __ATA_ATAPI_POLICY_H__
12
13#define EDKII_ATA_ATAPI_POLICY_PROTOCOL_GUID \
14 { \
15 0xe59cd769, 0x5083, 0x4f26,{ 0x90, 0x94, 0x6c, 0x91, 0x9f, 0x91, 0x6c, 0x4e } \
16 }
17
18typedef struct {
22 UINT32 Version;
23
30
37
44
45 UINT8 Reserved;
47
48#define EDKII_ATA_ATAPI_POLICY_VERSION 0x00010000
49
50extern EFI_GUID gEdkiiAtaAtapiPolicyProtocolGuid;
51
52#endif
Definition: Base.h:213