Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
Bjorn Helgaas | 03fbaca | 2006-03-28 14:06:20 -0800 | [diff] [blame] | 2 | * (c) Copyright 2003, 2006 Hewlett-Packard Development Company, L.P. |
| 3 | * Alex Williamson <alex.williamson@hp.com> |
| 4 | * Bjorn Helgaas <bjorn.helgaas@hp.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | * |
Bjorn Helgaas | 03fbaca | 2006-03-28 14:06:20 -0800 | [diff] [blame] | 6 | * This program is free software; you can redistribute it and/or modify |
| 7 | * it under the terms of the GNU General Public License version 2 as |
| 8 | * published by the Free Software Foundation. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | * |
| 10 | * Vendor specific extensions to ACPI. |
| 11 | */ |
Bjorn Helgaas | 03fbaca | 2006-03-28 14:06:20 -0800 | [diff] [blame] | 12 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | #ifndef _ASM_IA64_ACPI_EXT_H |
| 14 | #define _ASM_IA64_ACPI_EXT_H |
| 15 | |
| 16 | #include <linux/types.h> |
Andrew Morton | e92310a | 2005-07-30 04:18:00 -0400 | [diff] [blame] | 17 | #include <acpi/actypes.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 | |
| 19 | extern acpi_status hp_acpi_csr_space (acpi_handle, u64 *base, u64 *length); |
| 20 | |
| 21 | #endif /* _ASM_IA64_ACPI_EXT_H */ |