Merge tag 'sound-fix-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[linux-2.6-microblaze.git] / drivers / pnp / pnpacpi / pnpacpi.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef ACPI_PNP_H
3 #define ACPI_PNP_H
4
5 #include <linux/acpi.h>
6 #include <linux/pnp.h>
7
8 int pnpacpi_parse_allocated_resource(struct pnp_dev *);
9 int pnpacpi_parse_resource_option_data(struct pnp_dev *);
10 int pnpacpi_encode_resources(struct pnp_dev *, struct acpi_buffer *);
11 int pnpacpi_build_resource_template(struct pnp_dev *, struct acpi_buffer *);
12 #endif