summaryrefslogtreecommitdiff
path: root/include/acglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/acglobal.h')
-rw-r--r--include/acglobal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/acglobal.h b/include/acglobal.h
index 8a23fa9a3a34..6b45877d8529 100644
--- a/include/acglobal.h
+++ b/include/acglobal.h
@@ -5,7 +5,7 @@
*****************************************************************************/
/*
- * Copyright (C) 2000 - 2011, Intel Corp.
+ * Copyright (C) 2000 - 2012, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -283,6 +283,7 @@ ACPI_EXTERN BOOLEAN AcpiGbl_AcpiHardwarePresent;
ACPI_EXTERN BOOLEAN AcpiGbl_EventsInitialized;
ACPI_EXTERN UINT8 AcpiGbl_OsiData;
ACPI_EXTERN ACPI_INTERFACE_INFO *AcpiGbl_SupportedInterfaces;
+ACPI_EXTERN ACPI_ADDRESS_RANGE *AcpiGbl_AddressRangeList[ACPI_ADDRESS_RANGE_MAX];
#ifndef DEFINE_ACPI_GLOBALS