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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [linux/] [sys/] [termios.h] - Diff between revs 148 and 158

Only display areas with differences | Details | Blame | View Log

Rev 148 Rev 158
/* libc/sys/linux/sys/termios.h - Terminal control definitions */
/* libc/sys/linux/sys/termios.h - Terminal control definitions */
 
 
/* Written 2000 by Werner Almesberger */
/* Written 2000 by Werner Almesberger */
 
 
 
 
#ifndef _SYS_TERMIOS_H
#ifndef _SYS_TERMIOS_H
#define _SYS_TERMIOS_H
#define _SYS_TERMIOS_H
 
 
#include <linux/termios.h>
#include <linux/termios.h>
#include <machine/termios.h>
#include <machine/termios.h>
 
 
/* grr, this shouldn't have to be here */
/* grr, this shouldn't have to be here */
 
 
int tcgetattr(int fd,struct termios *termios_p);
int tcgetattr(int fd,struct termios *termios_p);
int tcsetattr(int fd,int optional_actions,const struct termios *termios_p);
int tcsetattr(int fd,int optional_actions,const struct termios *termios_p);
 
 
#endif
#endif
 
 

powered by: WebSVN 2.1.0

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