git.openpandora.org
/
pandora-kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
[pandora-kernel.git]
/
include
/
linux
/
arcfb.h
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