mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 22:09:17 +03:00
Added revision number to header
date 2000.08.16.21.38.00; author rmoore1; state Exp;
This commit is contained in:
parent
aaf072eb8a
commit
2911e62dda
@ -2,6 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: tbinstal - ACPI table installation and removal
|
||||
* $Revision: 1.27 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: tbutils - Table manipulation utilities
|
||||
* $Revision: 1.24 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
*
|
||||
* Module Name: tbxface - Public interfaces to the ACPI subsystem
|
||||
* ACPI table oriented interfaces
|
||||
* $Revision: 1.21 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: tbtable - ACPI tables: FACP, FACS, and RSDP utilities
|
||||
* $Revision: 1.21 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -255,13 +256,13 @@ AcpiTbGetTableRsdt (
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
INT8 *
|
||||
UINT8 *
|
||||
AcpiTbScanMemoryForRsdp (
|
||||
INT8 *StartAddress,
|
||||
UINT8 *StartAddress,
|
||||
UINT32 Length)
|
||||
{
|
||||
UINT32 Offset;
|
||||
INT8 *MemRover;
|
||||
UINT8 *MemRover;
|
||||
|
||||
|
||||
/* Search from given start addr for the requested length */
|
||||
@ -312,8 +313,8 @@ ACPI_STATUS
|
||||
AcpiTbFindRsdp (
|
||||
ACPI_TABLE_DESC *TableInfo)
|
||||
{
|
||||
INT8 *TablePtr;
|
||||
INT8 *MemRover;
|
||||
UINT8 *TablePtr;
|
||||
UINT8 *MemRover;
|
||||
ACPI_STATUS Status = AE_OK;
|
||||
|
||||
FUNCTION_TRACE ("TbFindRsdp");
|
||||
|
Loading…
Reference in New Issue
Block a user