repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/nouveau/fb: add gm20b device
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
nouveau
/
nvkm
/
engine
/
device
/
acpi.h
blob
1bbe76e0740a028681978e5987dfef232d96b78b
1
#ifndef __NVKM_DEVICE_ACPI_H__
2
#define __NVKM_DEVICE_ACPI_H__
3
#include <core/os.h>
4
struct
nvkm_device
;
5
6
void
nvkm_acpi_init
(
struct
nvkm_device
*);
7
void
nvkm_acpi_fini
(
struct
nvkm_device
*);
8
#endif