Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/realm...
[deliverable/linux.git] / drivers / pnp / pnpacpi / pnpacpi.h
CommitLineData
1da177e4
LT
1#ifndef ACPI_PNP_H
2#define ACPI_PNP_H
3
1da177e4
LT
4#include <linux/acpi.h>
5#include <linux/pnp.h>
6
d152cf5d
BH
7int pnpacpi_parse_allocated_resource(struct pnp_dev *);
8int pnpacpi_parse_resource_option_data(struct pnp_dev *);
4ab55d8d 9int pnpacpi_encode_resources(struct pnp_dev *, struct acpi_buffer *);
cdef6254 10int pnpacpi_build_resource_template(struct pnp_dev *, struct acpi_buffer *);
1da177e4 11#endif
This page took 0.740262 seconds and 5 git commands to generate.