2015-12-15 05:59:14 +01:00
|
|
|
// /** @file
|
|
|
|
// This library defines some routines that are generic for IA32 family CPU.
|
|
|
|
//
|
|
|
|
// The library routines are UEFI specification compliant.
|
|
|
|
//
|
2018-06-27 15:14:20 +02:00
|
|
|
// Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
|
2015-12-15 05:59:14 +01:00
|
|
|
//
|
2019-04-04 01:07:22 +02:00
|
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
2015-12-15 05:59:14 +01:00
|
|
|
//
|
|
|
|
// **/
|
|
|
|
|
|
|
|
|
|
|
|
#string STR_MODULE_ABSTRACT #language en-US "Defines generic routines for IA32 family CPUs."
|
|
|
|
|
|
|
|
#string STR_MODULE_DESCRIPTION #language en-US "The library routines comply with the UEFI Specification."
|
|
|
|
|