source: rtems/c/src/exec/itron/include/rtems/itron/intr.h @ 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: 433 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 __RTEMS_ITRON_INTERRUPT_h_
10#define __RTEMS_ITRON_INTERRUPT_h_
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16/*
17 *  XXX insert private stuff here
18 */
19
20#include <rtems/itron/intr.inl>
21
22#ifdef __cplusplus
23}
24#endif
25
26#endif
27/* end of include file */
28
Note: See TracBrowser for help on using the repository browser.