Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
arcfb.h
Go to the documentation of this file.
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