]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesTablePointerLibKr1/PeiServicesTablePointerLibInternals.h
1) Sync EdkCompatibilityPkg with EDK 1.04. The changes includes:
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / EdkIIGlueLib / Library / PeiServicesTablePointerLibKr1 / PeiServicesTablePointerLibInternals.h
CommitLineData
3eb9473e 1/*++\r
2\r
3Copyright (c) 2004 - 2006, Intel Corporation \r
4All rights reserved. This program and the accompanying materials \r
5are licensed and made available under the terms and conditions of the BSD License \r
6which accompanies this distribution. The full text of the license may be found at \r
7http://opensource.org/licenses/bsd-license.php \r
8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11\r
12\r
13Module Name:\r
14\r
15 PeiServicesTablePointerLibInternals.h\r
16 \r
17Abstract: \r
18\r
19 Declarations of internal functions in PeiServicesTableLibKr1.\r
20\r
21--*/\r
22\r
23#ifndef __PEI_SERVICES_TABLE_POINTER_LIB_INTERTALS_H__\r
24#define __PEI_SERVICES_TABLE_POINTER_LIB_INTERTALS_H__\r
25\r
26#include "EdkIIGluePeim.h"\r
27\r
28/**\r
29 Reads the current value of Kr1.\r
30\r
31 @return The current value of Kr1.\r
32\r
33**/\r
34UINT64\r
35EFIAPI\r
36AsmReadKr1 (\r
37 VOID\r
38 );\r
39\r
40/**\r
41 Writes the current value of Kr1.\r
42\r
43 @param Value The 64-bit value to write to Kr1.\r
44\r
45**/\r
c7f33ca4 46UINT64\r
3eb9473e 47EFIAPI\r
48AsmWriteKr1 (\r
c7f33ca4 49 IN UINT64 Value\r
3eb9473e 50 );\r
51\r
52#endif\r