Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / gpu / drm / nouveau / nvkm / engine / device / acpi.h
1 #ifndef __NVKM_DEVICE_ACPI_H__
2 #define __NVKM_DEVICE_ACPI_H__
3 #include <core/os.h>
4 struct nvkm_device;
5
6 int nvkm_acpi_init(struct nvkm_device *);
7 int nvkm_acpi_fini(struct nvkm_device *, bool);
8 #endif