source: rtems/c/src/exec/itron/inline/rtems/itron/time.inl @ 352c9b2

4.104.114.84.95
Last change on this file since 352c9b2 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: 385 bytes
Line 
1/*
2 *  The license and distribution terms for this file may be
3 *  found in the file LICENSE in this distribution or at
4 *  http://www.OARcorp.com/rtems/license.html.
5 *
6 *  $Id$
7 */
8
9#ifndef __ITRON_TIME_inl_
10#define __ITRON_TIME_inl_
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16/*
17 *  XXX insert inline routines here
18 */
19
20
21#ifdef __cplusplus
22}
23#endif
24
25#endif
26/* end of include file */
27
Note: See TracBrowser for help on using the repository browser.