aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/engine/device/acpi.h
blob: cc49f4f568cd091861a44a7ec2d583ba197882d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef __NVKM_DEVICE_ACPI_H__
#define __NVKM_DEVICE_ACPI_H__

#include <engine/device.h>

int nvkm_acpi_init(struct nouveau_device *);
int nvkm_acpi_fini(struct nouveau_device *, bool);

#endif