]> err.no Git - linux-2.6/blobdiff - include/asm-x86_64/device.h
[PATCH] Generic HID layer - USB API
[linux-2.6] / include / asm-x86_64 / device.h
index d8f9872b0e2dc3587a9e658adc957f093b7906fb..3afa03f33a360ffe0daf4eadc5c14fe2f068facc 100644 (file)
@@ -3,5 +3,13 @@
  *
  * This file is released under the GPLv2
  */
-#include <asm-generic/device.h>
+#ifndef _ASM_X86_64_DEVICE_H
+#define _ASM_X86_64_DEVICE_H
 
+struct dev_archdata {
+#ifdef CONFIG_ACPI
+       void    *acpi_handle;
+#endif
+};
+
+#endif /* _ASM_X86_64_DEVICE_H */