License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / drivers / pnp / pnpacpi / pnpacpi.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2#ifndef ACPI_PNP_H
3#define ACPI_PNP_H
4
1da177e4
LT
5#include <linux/acpi.h>
6#include <linux/pnp.h>
7
d152cf5d
BH
8int pnpacpi_parse_allocated_resource(struct pnp_dev *);
9int pnpacpi_parse_resource_option_data(struct pnp_dev *);
4ab55d8d 10int pnpacpi_encode_resources(struct pnp_dev *, struct acpi_buffer *);
cdef6254 11int pnpacpi_build_resource_template(struct pnp_dev *, struct acpi_buffer *);
1da177e4 12#endif