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 9
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 9