source: rtems/cpukit/itron/include/rtems/itron/time.h @ 9d9a3dd

4.104.114.84.95
Last change on this file since 9d9a3dd was 9d9a3dd, checked in by Jennifer Averett <Jennifer.Averett@…>, on 11/17/99 at 16:47:58

+ Updated copyright information.

  • Property mode set to 100644
File size: 508 bytes
Line 
1/*
2 *  COPYRIGHT (c) 1989-1999.
3 *  On-Line Applications Research Corporation (OAR).
4 *
5 *  The license and distribution terms for this file may be
6 *  found in the file LICENSE in this distribution or at
7 *  http://www.OARcorp.com/rtems/license.html.
8 *
9 *  $Id$
10 */
11
12#ifndef __RTEMS_ITRON_TIME_h_
13#define __RTEMS_ITRON_TIME_h_
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19/*
20 *  XXX insert private stuff here
21 */
22
23#include <rtems/itron/time.inl>
24
25#ifdef __cplusplus
26}
27#endif
28
29#endif
30/* end of include file */
31
Note: See TracBrowser for help on using the repository browser.