]> err.no Git - linux-2.6/blobdiff - include/linux/acpi.h
libata: implement BROKEN_HPA horkage and apply it to affected drives
[linux-2.6] / include / linux / acpi.h
index e88b62e6b3aa184d8b017af44ccc0560e86031f0..bf5e0009de75cd1f12c61e4f96a303f60dc907f0 100644 (file)
@@ -33,6 +33,7 @@
 #endif
 
 #include <linux/list.h>
+#include <linux/mod_devicetable.h>
 
 #include <acpi/acpi.h>
 #include <acpi/acpi_bus.h>
@@ -231,6 +232,9 @@ extern int acpi_paddr_to_node(u64 start_addr, u64 size);
 
 extern int pnpacpi_disabled;
 
+#define PXM_INVAL      (-1)
+#define NID_INVAL      (-1)
+
 #else  /* CONFIG_ACPI */
 
 static inline int acpi_boot_init(void)