Deleted Added
full compact
acglobal.h (228110) acglobal.h (229989)
1/******************************************************************************
2 *
3 * Name: acglobal.h - Declarations for global variables
4 *
5 *****************************************************************************/
6
7/*
1/******************************************************************************
2 *
3 * Name: acglobal.h - Declarations for global variables
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2011, Intel Corp.
8 * Copyright (C) 2000 - 2012, Intel Corp.
9 * All rights reserved.
10 *
11 * Redistribution and use in source and binary forms, with or without
12 * modification, are permitted provided that the following conditions
13 * are met:
14 * 1. Redistributions of source code must retain the above copyright
15 * notice, this list of conditions, and the following disclaimer,
16 * without modification.

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

278ACPI_EXTERN UINT32 AcpiGbl_PsFindCount;
279ACPI_EXTERN UINT16 AcpiGbl_Pm1EnableRegisterSave;
280ACPI_EXTERN UINT8 AcpiGbl_DebuggerConfiguration;
281ACPI_EXTERN BOOLEAN AcpiGbl_StepToNextCall;
282ACPI_EXTERN BOOLEAN AcpiGbl_AcpiHardwarePresent;
283ACPI_EXTERN BOOLEAN AcpiGbl_EventsInitialized;
284ACPI_EXTERN UINT8 AcpiGbl_OsiData;
285ACPI_EXTERN ACPI_INTERFACE_INFO *AcpiGbl_SupportedInterfaces;
9 * All rights reserved.
10 *
11 * Redistribution and use in source and binary forms, with or without
12 * modification, are permitted provided that the following conditions
13 * are met:
14 * 1. Redistributions of source code must retain the above copyright
15 * notice, this list of conditions, and the following disclaimer,
16 * without modification.

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

278ACPI_EXTERN UINT32 AcpiGbl_PsFindCount;
279ACPI_EXTERN UINT16 AcpiGbl_Pm1EnableRegisterSave;
280ACPI_EXTERN UINT8 AcpiGbl_DebuggerConfiguration;
281ACPI_EXTERN BOOLEAN AcpiGbl_StepToNextCall;
282ACPI_EXTERN BOOLEAN AcpiGbl_AcpiHardwarePresent;
283ACPI_EXTERN BOOLEAN AcpiGbl_EventsInitialized;
284ACPI_EXTERN UINT8 AcpiGbl_OsiData;
285ACPI_EXTERN ACPI_INTERFACE_INFO *AcpiGbl_SupportedInterfaces;
286ACPI_EXTERN ACPI_ADDRESS_RANGE *AcpiGbl_AddressRangeList[ACPI_ADDRESS_RANGE_MAX];
286
287
288#ifndef DEFINE_ACPI_GLOBALS
289
290/* Exception codes */
291
292extern char const *AcpiGbl_ExceptionNames_Env[];
293extern char const *AcpiGbl_ExceptionNames_Pgm[];

--- 183 unchanged lines hidden ---
287
288
289#ifndef DEFINE_ACPI_GLOBALS
290
291/* Exception codes */
292
293extern char const *AcpiGbl_ExceptionNames_Env[];
294extern char const *AcpiGbl_ExceptionNames_Pgm[];

--- 183 unchanged lines hidden ---