]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/Include/Protocol/PlatformIdeInit.h
UefiCpuPkg/CpuDxe: Enable protection for newly added page table
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / Protocol / PlatformIdeInit.h
CommitLineData
3cbfba02
DW
1/*++\r
2\r
3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>\r
4 \r\r
5 This program and the accompanying materials are licensed and made available under\r\r
6 the terms and conditions of the BSD License that accompanies this distribution. \r\r
7 The full text of the license may be found at \r\r
8 http://opensource.org/licenses/bsd-license.php. \r\r
9 \r\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r\r
12 \r\r
13\r
14\r
15Module Name:\r
16\r
17 PlatformIdeInit.h\r
18\r
19Abstract:\r
20\r
21 EFI Platform Ide Init Protocol\r
22\r
23Revision History\r
24\r
25**/\r
26\r
27#ifndef _EFI_PLATFORM_IDE_INIT_H_\r
28#define _EFI_PLATFORM_IDE_INIT_H_\r
29\r
30//\r
31// Global ID for the IDE Platform Protocol\r
32//\r
33#define EFI_PLATFORM_IDE_INIT_PROTOCOL_GUID \\r
34 { 0x377c66a3, 0x8fe7, 0x4ee8, 0x85, 0xb8, 0xf1, 0xa2, 0x82, 0x56, 0x9e, 0x3b };\r
35\r
36EFI_FORWARD_DECLARATION (EFI_PLATFORM_IDE_INIT_PROTOCOL);\r
37\r
38\r
39//\r
40// Interface structure for the Platform IDE Init Protocol\r
41//\r
42typedef struct _EFI_PLATFORM_IDE_INIT_PROTOCOL {\r
43 BOOLEAN SmartMode;\r
44} EFI_PLATFORM_IDE_INIT_PROTOCOL;\r
45\r
46extern EFI_GUID gEfiPlatformIdeInitProtocolGuid;\r
47\r
48#endif\r