| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef ACPI_PNP_H | 
|  | 2 | #define ACPI_PNP_H | 
|  | 3 |  | 
|  | 4 | #include <acpi/acpi_bus.h> | 
|  | 5 | #include <linux/acpi.h> | 
|  | 6 | #include <linux/pnp.h> | 
|  | 7 |  | 
| Bjorn Helgaas | d152cf5 | 2008-04-28 16:34:39 -0600 | [diff] [blame] | 8 | int pnpacpi_parse_allocated_resource(struct pnp_dev *); | 
|  | 9 | int pnpacpi_parse_resource_option_data(struct pnp_dev *); | 
| Bjorn Helgaas | 4ab55d8 | 2008-04-28 16:34:06 -0600 | [diff] [blame] | 10 | int pnpacpi_encode_resources(struct pnp_dev *, struct acpi_buffer *); | 
| Bjorn Helgaas | cdef625 | 2008-04-28 16:34:03 -0600 | [diff] [blame] | 11 | int pnpacpi_build_resource_template(struct pnp_dev *, struct acpi_buffer *); | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | #endif |