summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include/sys/ioctl.h
blob: 1020db60791401bc13be036874bc8f96c4266128 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 *  $Id$
 */

#ifndef __SYS_IOCTL_h__
#define __SYS_IOCTL_h__

/* Functions */

int ioctl(
  int  fd,
  int  request,
  ... 
);

#endif
/* end of include file */