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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc2/] [or1ksim/] [peripheral/] [channels/] [fd.c] - Diff between revs 1070 and 1244

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 1070 Rev 1244
Line 17... Line 17...
 
 
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
 
 
 
#if HAVE_CONFIG_H
 
#include <config.h>
 
#endif
 
 
#include <sys/time.h>   /* struct timeval */
#include <sys/time.h>   /* struct timeval */
#include <sys/types.h>  /* fd_set */
#include <sys/types.h>  /* fd_set */
#include <stdio.h>      /* perror */
#include <stdio.h>      /* perror */
#include <stdlib.h>     /* atoi */
#include <stdlib.h>     /* atoi */
#include <unistd.h>     /* read, write, select */
#include <unistd.h>     /* read, write, select */
 
#if HAVE_MALLOC_H
#include <malloc.h>     /* calloc, free */
#include <malloc.h>     /* calloc, free */
 
#endif
#include <string.h>     /* strchr */
#include <string.h>     /* strchr */
#include <errno.h>      /* errno */
#include <errno.h>      /* errno */
 
 
#include "channel.h"
#include "channel.h"
#include "generic.h"
#include "generic.h"

powered by: WebSVN 2.1.0

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