/* * 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$ */ #ifndef __ITRON_h_ #define __ITRON_h_ #ifdef __cplusplus extern "C" { #endif /* * Include the basic requirements */ #include /* basic RTEMS types defined by */ /* each port */ #include /* define all the TRON types */ /* in terms of the RTEMS base types */ #include /* define all ITRON status codes */ /* * Now include the per manager include files */ #include #include #include #include #include #include /* network depends on this file */ #include #include #include #include #include #include #ifdef __cplusplus } #endif #endif /* end of include file */