Release 4.11 drivers/pnp/pnpacpi/pnpacpi.h
#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
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Len Brown | 47 | 87.04% | 1 | 25.00% |
Björn Helgaas | 7 | 12.96% | 3 | 75.00% |
Total | 54 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.