Deleted Added
full compact
tbutils.c (77424) tbutils.c (78986)
1/******************************************************************************
2 *
3 * Module Name: tbutils - Table manipulation utilities
1/******************************************************************************
2 *
3 * Module Name: tbutils - Table manipulation utilities
4 * $Revision: 37 $
4 * $Revision: 38 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999, 2000, 2001, Intel Corp.

--- 324 unchanged lines hidden (view full) ---

337 * DESCRIPTION: Maps the physical address of table into a logical address
338 *
339 ******************************************************************************/
340
341ACPI_STATUS
342AcpiTbMapAcpiTable (
343 ACPI_PHYSICAL_ADDRESS PhysicalAddress,
344 UINT32 *Size,
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999, 2000, 2001, Intel Corp.

--- 324 unchanged lines hidden (view full) ---

337 * DESCRIPTION: Maps the physical address of table into a logical address
338 *
339 ******************************************************************************/
340
341ACPI_STATUS
342AcpiTbMapAcpiTable (
343 ACPI_PHYSICAL_ADDRESS PhysicalAddress,
344 UINT32 *Size,
345 void **LogicalAddress)
345 ACPI_TABLE_HEADER **LogicalAddress)
346{
347 ACPI_TABLE_HEADER *Table;
348 UINT32 TableSize = *Size;
349 ACPI_STATUS Status = AE_OK;
350
351
352 /* If size is zero, look at the table header to get the actual size */
353

--- 136 unchanged lines hidden ---
346{
347 ACPI_TABLE_HEADER *Table;
348 UINT32 TableSize = *Size;
349 ACPI_STATUS Status = AE_OK;
350
351
352 /* If size is zero, look at the table header to get the actual size */
353

--- 136 unchanged lines hidden ---