2005-04-17 02:20:36 +04:00
|
|
|
#ifndef ACPI_PNP_H
|
|
|
|
#define ACPI_PNP_H
|
|
|
|
|
|
|
|
#include <acpi/acpi_bus.h>
|
|
|
|
#include <linux/acpi.h>
|
|
|
|
#include <linux/pnp.h>
|
|
|
|
|
|
|
|
acpi_status pnpacpi_parse_allocated_resource(acpi_handle, struct pnp_resource_table*);
|
|
|
|
acpi_status pnpacpi_parse_resource_option_data(acpi_handle, struct pnp_dev*);
|
|
|
|
int pnpacpi_encode_resources(struct pnp_resource_table *, struct acpi_buffer *);
|
2008-04-29 02:34:03 +04:00
|
|
|
int pnpacpi_build_resource_template(struct pnp_dev *, struct acpi_buffer *);
|
2005-04-17 02:20:36 +04:00
|
|
|
#endif
|