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.15-rc8 11 lines 259 B view raw
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2#ifndef __ASM_IOCTLS_H__ 3#define __ASM_IOCTLS_H__ 4 5#define TIOCTTYGSTRUCT 0x5426 /* For debugging only */ 6#define FIOQSIZE 0x545E 7 8#include <asm-generic/ioctls.h> 9 10#endif /* __ASM_IOCTLS_H__ */ 11