OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [include/] [sys/] [ioctl.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
#ifndef _SYS_IOCTL_H
2
#define _SYS_IOCTL_H
3
 
4
#include <linux/ioctl.h>
5
#include <features.h>
6
#include <termios.h>
7
#include <sys/socketio.h>
8
 
9
__BEGIN_DECLS
10
 
11
extern int      ioctl __P ((int __fildes, int __cmd, ...));
12
extern int      __ioctl __P ((int __fildes, int __cmd, ...));
13
 
14
__END_DECLS
15
 
16
 
17
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.