source: rtems/cpukit/itron/include/rtems/itron/intr.h @ bfdd0f9f

4.104.114.84.95
Last change on this file since bfdd0f9f 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: 549 bytes
Line 
1/**
2 * @file rtems/itron/intr.h
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 __RTEMS_ITRON_INTERRUPT_h_
17#define __RTEMS_ITRON_INTERRUPT_h_
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
23/*
24 *  XXX insert private stuff here
25 */
26
27#include <rtems/itron/intr.inl>
28
29#ifdef __cplusplus
30}
31#endif
32
33#endif
34/* end of include file */
Note: See TracBrowser for help on using the repository browser.