master
h 14 lines 280 Bytes
Raw
1 /*
2 * ioctl system call definitions
3 *
4 * Copyright (c) 2013 Stacey D. Son
5 *
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
8 #ifndef BSD_IOCTL_H
9 #define BSD_IOCTL_H
10
11 abi_long do_bsd_ioctl(int fd, abi_long cmd, abi_long arg);
12 void init_bsd_ioctl(void);
13
14 #endif /* BSD_IOCTL_H */