2009-11-25 05:25:02 +01:00
|
|
|
/** @file
|
|
|
|
Public header file for UEFI CPU library class.
|
|
|
|
|
|
|
|
This library class defines some routines that are generic for IA32 family CPU
|
|
|
|
to be UEFI specification compliant.
|
|
|
|
|
2021-10-19 08:42:21 +02:00
|
|
|
Copyright (c) 2009 - 2021, Intel Corporation. All rights reserved.<BR>
|
2020-06-22 15:18:24 +02:00
|
|
|
Copyright (c) 2020, AMD Inc. All rights reserved.<BR>
|
2019-04-04 01:07:22 +02:00
|
|
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
2009-11-25 05:25:02 +01:00
|
|
|
|
|
|
|
**/
|
|
|
|
|
|
|
|
#ifndef __UEFI_CPU_LIB_H__
|
|
|
|
#define __UEFI_CPU_LIB_H__
|
|
|
|
|
|
|
|
#endif
|