1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef __ASM_IOCTLS_H__
3 #define __ASM_IOCTLS_H__
5 #define TIOCTTYGSTRUCT 0x5426 /* For debugging only */
6 #define FIOQSIZE 0x545E
8 #include <asm-generic/ioctls.h>
10 #endif /* __ASM_IOCTLS_H__ */