zig/libc/include/arm-linux-any/asm/ioctls.h

9 lines
182 B
C
Raw Normal View History

2019-03-12 22:28:05 +08:00
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __ASM_ARM_IOCTLS_H
#define __ASM_ARM_IOCTLS_H
#define FIOQSIZE 0x545E
#include <asm-generic/ioctls.h>
#endif