source: rtems/cpukit/itron/include/rtems/itron/itronapi.h @ 6df1f64

4.104.114.84.95
Last change on this file since 6df1f64 was 6df1f64, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/28/05 at 11:07:14

New header guards.

  • Property mode set to 100644
File size: 603 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 _RTEMS_ITRON_ITRONAPI_H
19#define _RTEMS_ITRON_ITRONAPI_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.