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
posix-clock: Fix return code on the poll method's error path
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
nouveau
/
nvkm
/
subdev
/
ibus
/
priv.h
blob
48e1b6365ce69f41f48cb9f36fabf97e5fce2cd4
1
#ifndef __NVKM_IBUS_PRIV_H__
2
#define __NVKM_IBUS_PRIV_H__
3
4
#include <subdev/ibus.h>
5
6
void
gf100_ibus_intr
(
struct
nvkm_subdev
*);
7
#endif