cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

pnpacpi.h (394B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef ACPI_PNP_H
      3#define ACPI_PNP_H
      4
      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