Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at babbdb1a18d37e57acae7e348ef122f2b905df0a 8 lines 150 B view raw
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