cregit-Linux how code gets into the kernel

Release 4.7 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

PersonTokensPropCommitsCommitProp
len brownlen brown4787.04%125.00%
bjorn helgaasbjorn helgaas712.96%375.00%
Total54100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}