/* * ITRON API Support * * 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_API_h #define __ITRON_API_h #include /* * _ITRON_API_Initialize * * Initialize the ITRON API. */ void _ITRON_API_Initialize( rtems_configuration_table *configuration_table ); #endif /* end of include file */