Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux/fpc-iii.git] / drivers / gpu / drm / nouveau / nvkm / engine / device / acpi.h
blob1bbe76e0740a028681978e5987dfef232d96b78b
1 #ifndef __NVKM_DEVICE_ACPI_H__
2 #define __NVKM_DEVICE_ACPI_H__
3 #include <core/os.h>
4 struct nvkm_device;
6 void nvkm_acpi_init(struct nvkm_device *);
7 void nvkm_acpi_fini(struct nvkm_device *);
8 #endif