mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 01:08:03 -04:00
11 lines
355 B
C
11 lines
355 B
C
#ifndef ACPI_PNP_H
|
|
#define ACPI_PNP_H
|
|
|
|
#include <linux/acpi.h>
|
|
#include <linux/pnp.h>
|
|
|
|
int pnpacpi_parse_allocated_resource(struct pnp_dev *);
|
|
int pnpacpi_parse_resource_option_data(struct pnp_dev *);
|
|
int pnpacpi_encode_resources(struct pnp_dev *, struct acpi_buffer *);
|
|
int pnpacpi_build_resource_template(struct pnp_dev *, struct acpi_buffer *);
|
|
#endif
|