Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[deliverable/linux.git] / 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
This page took 0.043602 seconds and 5 git commands to generate.