repo.or.cz
/
firewire-audio.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
regulator: tps6507x - add missing platform_set_drvdata in tps6507x_pmic_probe
[firewire-audio.git]
/
include
/
linux
/
arcfb.h
blob
721e7654daeb34e142f5971bc2132b8d7e413120
1
#ifndef __LINUX_ARCFB_H__
2
#define __LINUX_ARCFB_H__
3
4
#define FBIO_WAITEVENT _IO(
'F'
, 0x88)
5
#define FBIO_GETCONTROL2 _IOR(
'F'
, 0x89, size_t)
6
7
#endif
8