]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchInterruptDefs.h
UefiCpuPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / UefiCpuPkg / Library / CpuExceptionHandlerLib / X64 / ArchInterruptDefs.h
index 906480134a371dca0e9683779f061dbe1fde93f8..c3a07862ea6daf3c9313c17554be62de6c9c0a06 100644 (file)
@@ -2,13 +2,7 @@
   X64 arch definition for CPU Exception Handler Library.\r
 \r
   Copyright (c) 2013, 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
@@ -43,4 +37,7 @@ typedef struct {
   UINT8       HookAfterStubHeaderCode[HOOKAFTER_STUB_SIZE];\r
 } RESERVED_VECTORS_DATA;\r
 \r
+#define CPU_TSS_DESC_SIZE sizeof (IA32_TSS_DESCRIPTOR)\r
+#define CPU_TSS_SIZE      sizeof (IA32_TASK_STATE_SEGMENT)\r
+\r
 #endif\r