xref: /linux/drivers/gpu/drm/nouveau/nvkm/engine/device/acpi.h (revision 26fbb4c8c7c3ee9a4c3b4de555a8587b5a19154e)
1 /* SPDX-License-Identifier: MIT */
2 #ifndef __NVKM_DEVICE_ACPI_H__
3 #define __NVKM_DEVICE_ACPI_H__
4 #include <core/os.h>
5 struct nvkm_device;
6 
7 void nvkm_acpi_init(struct nvkm_device *);
8 void nvkm_acpi_fini(struct nvkm_device *);
9 #endif
10