summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/sys/ioctl.h
blob: fca1aeeabc748612a2309476a5e5b44fa5a396ff (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _IOCTL_H
#define _IOCTL_H

#include <sys/cdefs.h>
#include <linux/ioctl.h>
#include <asm/ioctls.h>

int ioctl(int d, int request, ...) __THROW;

#endif