aboutsummaryrefslogtreecommitdiff
path: root/include/acpixf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/acpixf.h')
-rw-r--r--include/acpixf.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/include/acpixf.h b/include/acpixf.h
index 82c097ac859c..b98fb65f9cbb 100644
--- a/include/acpixf.h
+++ b/include/acpixf.h
@@ -6,7 +6,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
@@ -48,7 +48,7 @@
/* Current ACPICA subsystem version in YYYYMMDD format */
-#define ACPI_CA_VERSION 0x20111123
+#define ACPI_CA_VERSION 0x20120111
#include "actypes.h"
#include "actbl.h"
@@ -145,6 +145,13 @@ ACPI_STATUS
AcpiRemoveInterface (
ACPI_STRING InterfaceName);
+UINT32
+AcpiCheckAddressRange (
+ ACPI_ADR_SPACE_TYPE SpaceId,
+ ACPI_PHYSICAL_ADDRESS Address,
+ ACPI_SIZE Length,
+ BOOLEAN Warn);
+
/*
* ACPI Memory management