]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Include/Protocol/EmbeddedDevice.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / EmbeddedPkg / Include / Protocol / EmbeddedDevice.h
index a999a975578f01739d3ae22b992ee52073a44612..e6a1fdc2a19dd1e8015401dfc0feb15969e2cfda 100644 (file)
 \r
   Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
 \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 __EMBEDDED_DEVICE_PROTOCOL_H__\r
 #define __EMBEDDED_DEVICE_PROTOCOL_H__\r
 \r
-\r
 //\r
 // Protocol GUID\r
 //\r
 #define EMBEDDED_DEVICE_PROTOCOL_GUID \\r
   { 0xbf4b9d10, 0x13ec, 0x43dd, { 0x88, 0x80, 0xe9, 0xb, 0x71, 0x8f, 0x27, 0xde } }\r
 \r
-\r
-\r
 typedef struct {\r
-  UINT16          VendorId;\r
-  UINT16          DeviceId;\r
-  UINT16          RevisionId;\r
-  UINT16          SubsystemId;\r
-  UINT16          SubsystemVendorId;\r
-  UINT8           ClassCode[3];\r
-  UINT8           HeaderSize;\r
-  UINTN           BaseAddress;\r
+  UINT16    VendorId;\r
+  UINT16    DeviceId;\r
+  UINT16    RevisionId;\r
+  UINT16    SubsystemId;\r
+  UINT16    SubsystemVendorId;\r
+  UINT8     ClassCode[3];\r
+  UINT8     HeaderSize;\r
+  UINTN     BaseAddress;\r
 } EMBEDDED_DEVICE_PROTOCOL;\r
 \r
-extern EFI_GUID gEmbeddedDeviceGuid;\r
+extern EFI_GUID  gEmbeddedDeviceGuid;\r
 \r
 #endif\r
-\r
-\r