You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
382 B
12 lines
382 B
#ifndef ACPI_PNP_H
|
|
#define ACPI_PNP_H
|
|
|
|
#include <acpi/acpi_bus.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
|
|
|