blob: eaa57583d1515a7882cdcd4bbd5c9de9a721dc7b [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002/*
Bjorn Helgaas03fbaca2006-03-28 14:06:20 -08003 * (c) Copyright 2003, 2006 Hewlett-Packard Development Company, L.P.
4 * Alex Williamson <alex.williamson@hp.com>
5 * Bjorn Helgaas <bjorn.helgaas@hp.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 * Vendor specific extensions to ACPI.
8 */
Bjorn Helgaas03fbaca2006-03-28 14:06:20 -08009
Linus Torvalds1da177e2005-04-16 15:20:36 -070010#ifndef _ASM_IA64_ACPI_EXT_H
11#define _ASM_IA64_ACPI_EXT_H
12
13#include <linux/types.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070014
15extern acpi_status hp_acpi_csr_space (acpi_handle, u64 *base, u64 *length);
16
17#endif /* _ASM_IA64_ACPI_EXT_H */