acpi.h 236 B

123456789
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __NVKM_DEVICE_ACPI_H__
  3. #define __NVKM_DEVICE_ACPI_H__
  4. #include <core/os.h>
  5. struct nvkm_device;
  6. void nvkm_acpi_init(struct nvkm_device *);
  7. void nvkm_acpi_fini(struct nvkm_device *);
  8. #endif