]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Protocol/AtaAtapiPolicy.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / AtaAtapiPolicy.h
index 12657d749e8006b02463655a4cb6655bd3c22a62..1b8a45344c023b3c74826f5ae1355a698dc5786a 100644 (file)
@@ -3,15 +3,10 @@
   driver.\r
 \r
   Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
+\r
 #ifndef __ATA_ATAPI_POLICY_H__\r
 #define __ATA_ATAPI_POLICY_H__\r
 \r
@@ -24,36 +19,34 @@ typedef struct {
   ///\r
   /// Protocol version.\r
   ///\r
-  UINT32  Version;\r
+  UINT32    Version;\r
 \r
   ///\r
   /// 0: Disable Power-up in Standby;\r
   /// 1: Enable Power-up in Standby;\r
   /// others: Since PUIS setting is non-volatile, platform can use other value than 0/1 to keep hardware PUIS setting.\r
   ///\r
-  UINT8   PuisEnable;\r
+  UINT8     PuisEnable;\r
 \r
   ///\r
   /// 0: Disable Device Sleep;\r
   /// 1: Enable Device Sleep;\r
   /// others: Ignored.\r
   ///\r
-  UINT8   DeviceSleepEnable;\r
+  UINT8     DeviceSleepEnable;\r
 \r
   ///\r
   /// 0: Disable Aggressive Device Sleep;\r
   /// 1: Enable Aggressive Device Sleep;\r
   /// others: Ignored.\r
   ///\r
-  UINT8   AggressiveDeviceSleepEnable;\r
+  UINT8     AggressiveDeviceSleepEnable;\r
 \r
-  UINT8   Reserved;\r
+  UINT8     Reserved;\r
 } EDKII_ATA_ATAPI_POLICY_PROTOCOL;\r
 \r
-#define EDKII_ATA_ATAPI_POLICY_VERSION 0x00010000\r
+#define EDKII_ATA_ATAPI_POLICY_VERSION  0x00010000\r
 \r
-\r
-extern EFI_GUID gEdkiiAtaAtapiPolicyProtocolGuid;\r
+extern EFI_GUID  gEdkiiAtaAtapiPolicyProtocolGuid;\r
 \r
 #endif\r
-\r