Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pnpacpi.h
Go to the documentation of this file.
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 
10 int pnpacpi_encode_resources(struct pnp_dev *, struct acpi_buffer *);
12 #endif