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 v4.11-rc6 10 lines 196 B view raw
1#ifndef __ASM_IOCTLS_H__ 2#define __ASM_IOCTLS_H__ 3 4#define TIOCTTYGSTRUCT 0x5426 /* For debugging only */ 5#define FIOQSIZE 0x545E 6 7#include <asm-generic/ioctls.h> 8 9#endif /* __ASM_IOCTLS_H__ */ 10