repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
drivers
/
gpu
/
drm
/
nouveau
/
nvkm
/
engine
/
device
/
acpi.h
blob
6a62021e9861757ce5e1dc698fe6adf4e00d3f32
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __NVKM_DEVICE_ACPI_H__
3
#define __NVKM_DEVICE_ACPI_H__
4
#include <core/os.h>
5
struct
nvkm_device
;
6
7
void
nvkm_acpi_init
(
struct
nvkm_device
*);
8
void
nvkm_acpi_fini
(
struct
nvkm_device
*);
9
#endif