URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems/] [c/] [src/] [exec/] [itron/] [include/] [rtems/] [itron/] [network.h] - Rev 158
Go to most recent revision | Compare with Previous | Blame | View Log
/* * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.OARcorp.com/rtems/license.html. * * $Id: network.h,v 1.1.1.1 2001-07-10 09:41:29 chris Exp $ */ #ifndef __RTEMS_ITRON_NETWORK_h_ #define __RTEMS_ITRON_NETWORK_h_ #ifdef __cplusplus extern "C" { #endif /* * XXX insert private stuff here */ #include <rtems/itron/network.inl> #ifdef __cplusplus } #endif #endif /* end of include file */
Go to most recent revision | Compare with Previous | Blame | View Log