repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
13 lines
394 B
C
13 lines
394 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef ACPI_PNP_H
|
|
#define ACPI_PNP_H
|
|
|
|
#include <linux/acpi.h>
|
|
#include <linux/pnp.h>
|
|
|
|
int pnpacpi_parse_allocated_resource(struct pnp_dev *);
|
|
int pnpacpi_parse_resource_option_data(struct pnp_dev *);
|
|
int pnpacpi_encode_resources(struct pnp_dev *, struct acpi_buffer *);
|
|
int pnpacpi_build_resource_template(struct pnp_dev *, struct acpi_buffer *);
|
|
#endif
|