RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / drivers / pnp / pnpacpi / pnpacpi.h
blobf28e2ed66fa34e6e1d2de9fa8ea1262ad703103d
1 #ifndef ACPI_PNP_H
2 #define ACPI_PNP_H
4 #include <acpi/acpi_bus.h>
5 #include <linux/acpi.h>
6 #include <linux/pnp.h>
8 acpi_status pnpacpi_parse_allocated_resource(acpi_handle, struct pnp_resource_table*);
9 acpi_status pnpacpi_parse_resource_option_data(acpi_handle, struct pnp_dev*);
10 int pnpacpi_encode_resources(struct pnp_resource_table *, struct acpi_buffer *);
11 int pnpacpi_build_resource_template(acpi_handle, struct acpi_buffer*);
12 #endif