]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - drivers/gpu/drm/nouveau/nvkm/engine/device/acpi.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / drivers / gpu / drm / nouveau / nvkm / engine / device / acpi.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
ed76a870
BS
2#ifndef __NVKM_DEVICE_ACPI_H__
3#define __NVKM_DEVICE_ACPI_H__
9719047b
BS
4#include <core/os.h>
5struct nvkm_device;
ed76a870 6
6cf813fb
BS
7void nvkm_acpi_init(struct nvkm_device *);
8void nvkm_acpi_fini(struct nvkm_device *);
ed76a870 9#endif