blob: d0415b3da2ecc84e00b76fc6195a2776dfc00385 [file] [log] [blame]
Rich Felker0b44a032011-02-12 00:22:29 -05001#ifndef _SYS_IOCTL_H
2#define _SYS_IOCTL_H
3#ifdef __cplusplus
4extern "C" {
5#endif
6
7#include <bits/ioctl.h>
8
9int ioctl (int, int, ...);
10
11#ifdef __cplusplus
12}
13#endif
14#endif