xref: /openbmc/linux/arch/ia64/include/asm/acpi-ext.h (revision 7f30491c)
17f30491cSTony Luck /*
27f30491cSTony Luck  * (c) Copyright 2003, 2006 Hewlett-Packard Development Company, L.P.
37f30491cSTony Luck  *	Alex Williamson <alex.williamson@hp.com>
47f30491cSTony Luck  *	Bjorn Helgaas <bjorn.helgaas@hp.com>
57f30491cSTony Luck  *
67f30491cSTony Luck  * This program is free software; you can redistribute it and/or modify
77f30491cSTony Luck  * it under the terms of the GNU General Public License version 2 as
87f30491cSTony Luck  * published by the Free Software Foundation.
97f30491cSTony Luck  *
107f30491cSTony Luck  * Vendor specific extensions to ACPI.
117f30491cSTony Luck  */
127f30491cSTony Luck 
137f30491cSTony Luck #ifndef _ASM_IA64_ACPI_EXT_H
147f30491cSTony Luck #define _ASM_IA64_ACPI_EXT_H
157f30491cSTony Luck 
167f30491cSTony Luck #include <linux/types.h>
177f30491cSTony Luck #include <acpi/actypes.h>
187f30491cSTony Luck 
197f30491cSTony Luck extern acpi_status hp_acpi_csr_space (acpi_handle, u64 *base, u64 *length);
207f30491cSTony Luck 
217f30491cSTony Luck #endif /* _ASM_IA64_ACPI_EXT_H */
22