PageRenderTime 26ms CodeModel.GetById 20ms app.highlight 4ms RepoModel.GetById 1ms app.codeStats 0ms

/drivers/pnp/pnpacpi/pnpacpi.h

https://bitbucket.org/slukk/jb-tsm-kernel-4.2
C Header | 12 lines | 10 code | 2 blank | 0 comment | 0 complexity | b0f751ed7752571eb4a1d7ad9124353e MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
 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
 8int pnpacpi_parse_allocated_resource(struct pnp_dev *);
 9int pnpacpi_parse_resource_option_data(struct pnp_dev *);
10int pnpacpi_encode_resources(struct pnp_dev *, struct acpi_buffer *);
11int pnpacpi_build_resource_template(struct pnp_dev *, struct acpi_buffer *);
12#endif