acpi-ext.h 444 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * (c) Copyright 2003, 2006 Hewlett-Packard Development Company, L.P.
  4. * Alex Williamson <[email protected]>
  5. * Bjorn Helgaas <[email protected]>
  6. *
  7. * Vendor specific extensions to ACPI.
  8. */
  9. #ifndef _ASM_IA64_ACPI_EXT_H
  10. #define _ASM_IA64_ACPI_EXT_H
  11. #include <linux/types.h>
  12. extern acpi_status hp_acpi_csr_space (acpi_handle, u64 *base, u64 *length);
  13. #endif /* _ASM_IA64_ACPI_EXT_H */