|
|
| File: [Development] / linux-2.6-xfs / drivers / pnp / pnpacpi / pnpacpi.h (download)
Revision 1.2, Fri Oct 28 16:02:11 2005 UTC (11 years, 11 months ago) by nathans.longdrop.melbourne.sgi.com
Merge up to 2.6.14 Merge of 2.6.x-xfs-melb:linux:24258a by kenmcd. |
#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 *); int pnpacpi_build_resource_template(acpi_handle, struct acpi_buffer*); #endif