source: rtems/cpukit/itron/macros/rtems/itron/intr.inl @ 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: 514 bytes
Line 
1/**
2 * @file rtems/itron/intr.inl
3 */
4
5/*
6 *  COPYRIGHT (c) 1989-1999.
7 *  On-Line Applications Research Corporation (OAR).
8 *
9 *  The license and distribution terms for this file may be
10 *  found in the file LICENSE in this distribution or at
11 *  http://www.rtems.com/license/LICENSE.
12 *
13 *  $Id$
14 */
15
16#ifndef __ITRON_INTERRUPT_inl_
17#define __ITRON_INTERRUPT_inl_
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
23/*
24 *  XXX insert inline routines here
25 */
26
27
28#ifdef __cplusplus
29}
30#endif
31
32#endif
33/* end of include file */
34
Note: See TracBrowser for help on using the repository browser.