Deleted Added
full compact
tbutils.c (67754) tbutils.c (69450)
1/******************************************************************************
2 *
3 * Module Name: tbutils - Table manipulation utilities
1/******************************************************************************
2 *
3 * Module Name: tbutils - Table manipulation utilities
4 * $Revision: 28 $
4 * $Revision: 30 $
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999, Intel Corp. All rights

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

332 * RETURN: Logical address of the mapped table.
333 *
334 * DESCRIPTION: Maps the physical address of table into a logical address
335 *
336 ******************************************************************************/
337
338ACPI_STATUS
339AcpiTbMapAcpiTable (
5 *
6 *****************************************************************************/
7
8/******************************************************************************
9 *
10 * 1. Copyright Notice
11 *
12 * Some or all of this work - Copyright (c) 1999, Intel Corp. All rights

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

332 * RETURN: Logical address of the mapped table.
333 *
334 * DESCRIPTION: Maps the physical address of table into a logical address
335 *
336 ******************************************************************************/
337
338ACPI_STATUS
339AcpiTbMapAcpiTable (
340 void *PhysicalAddress,
340 ACPI_PHYSICAL_ADDRESS PhysicalAddress,
341 UINT32 *Size,
342 void **LogicalAddress)
343{
344 ACPI_TABLE_HEADER *Table;
345 UINT32 TableSize = *Size;
346 ACPI_STATUS Status = AE_OK;
347
348

--- 138 unchanged lines hidden ---
341 UINT32 *Size,
342 void **LogicalAddress)
343{
344 ACPI_TABLE_HEADER *Table;
345 UINT32 TableSize = *Size;
346 ACPI_STATUS Status = AE_OK;
347
348

--- 138 unchanged lines hidden ---