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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_50/] [or1ksim/] [peripheral/] [channels/] [channel.c] - Diff between revs 1244 and 1350

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

Rev 1244 Rev 1350
Line 18... Line 18...
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
#if HAVE_CONFIG_H
#include <config.h>
#include "config.h"
#endif
#endif
 
 
#define _GNU_SOURCE     /* for strndup */
#define _GNU_SOURCE     /* for strndup */
 
 
#include <stdio.h>      /* perror */
#include <stdio.h>      /* perror */
Line 33... Line 33...
#endif
#endif
 
 
#include <string.h>     /* strndup, strcmp, strlen, strchr */
#include <string.h>     /* strndup, strcmp, strlen, strchr */
#include <errno.h>      /* errno */
#include <errno.h>      /* errno */
 
 
#ifndef HAVE_STRNDUP
#include "port.h"
#include "extras/extras.h"
 
#endif
 
 
 
#include "channel.h"
#include "channel.h"
 
 
struct channel_factory
struct channel_factory
{
{

powered by: WebSVN 2.1.0

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