source: rtems/cpukit/itron/include/rtems/itron/itronapi.h @ ed11bb26

4.104.114.84.95
Last change on this file since ed11bb26 was ed11bb26, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/21/04 at 06:05:23

Add doxygen preamble.

  • Property mode set to 100644
File size: 583 bytes
Line 
1/**
2 * @file rtems/itron/itronapi.h
3 */
4
5/*
6 *  ITRON API Support
7 *
8 *  COPYRIGHT (c) 1989-1999.
9 *  On-Line Applications Research Corporation (OAR).
10 *
11 *  The license and distribution terms for this file may be
12 *  found in the file LICENSE in this distribution or at
13 *  http://www.rtems.com/license/LICENSE.
14 *
15 *  $Id$
16 */
17
18#ifndef __ITRON_API_h
19#define __ITRON_API_h
20
21#include <rtems/config.h>
22
23/*
24 *  _ITRON_API_Initialize
25 *
26 *  Initialize the ITRON API.
27 */
28
29void _ITRON_API_Initialize(
30  rtems_configuration_table *configuration_table
31);
32
33#endif
34/* end of include file */
Note: See TracBrowser for help on using the repository browser.