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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [include/] [sys/] [ioctl.h] - Rev 1765

Compare with Previous | Blame | View Log

#ifndef _SYS_IOCTL_H
#define _SYS_IOCTL_H
 
#include <linux/ioctl.h>
#include <features.h>
#include <termios.h>
#include <sys/socketio.h>
 
__BEGIN_DECLS
 
extern int	ioctl __P ((int __fildes, int __cmd, ...));
extern int	__ioctl __P ((int __fildes, int __cmd, ...));
 
__END_DECLS
 
 
#endif
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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