/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __SYS_IOCTL_H #define __SYS_IOCTL_H int ioctl(int fd, int request, void *buf); #endif /* __SYS_IOCTL_H */