source: rtems/cpukit/itron/include/rtems/itron/itronapi.h @ 2c0e896e

4.104.114.84.95
Last change on this file since 2c0e896e was 352c9b2, checked in by Joel Sherrill <joel.sherrill@…>, on 11/09/99 at 22:07:23

This patch adds the basic framework for the ITRON 3.0 API implementation
for RTEMS.

  • Property mode set to 100644
File size: 465 bytes
Line 
1/*
2 *  ITRON API Support
3 *
4 *  The license and distribution terms for this file may be
5 *  found in the file LICENSE in this distribution or at
6 *  http://www.OARcorp.com/rtems/license.html.
7 *
8 *  $Id$
9 */
10 
11#ifndef __ITRON_API_h
12#define __ITRON_API_h
13 
14#include <rtems/config.h>
15
16/*
17 *  _ITRON_API_Initialize
18 *
19 *  Initialize the ITRON API.
20 */
21 
22void _ITRON_API_Initialize(
23  rtems_configuration_table *configuration_table
24);
25
26#endif
27/* end of include file */
Note: See TracBrowser for help on using the repository browser.