brintos

brintos / linux-shallow public Read only

0
0
Text · 394 B · 4489cd6 Raw
13 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef ACPI_PNP_H3#define ACPI_PNP_H4 5#include <linux/acpi.h>6#include <linux/pnp.h>7 8int pnpacpi_parse_allocated_resource(struct pnp_dev *);9int pnpacpi_parse_resource_option_data(struct pnp_dev *);10int pnpacpi_encode_resources(struct pnp_dev *, struct acpi_buffer *);11int pnpacpi_build_resource_template(struct pnp_dev *, struct acpi_buffer *);12#endif13