source: rtems/c/src/exec/itron/macros/rtems/itron/intr.inl @ 7afbca0

4.104.114.84.95
Last change on this file since 7afbca0 was 7afbca0, checked in by Joel Sherrill <joel.sherrill@…>, on 12/01/00 at 19:00:04

2000-12-01 Joel Sherrill <joel@…>

  • Added macro support to ITRON API. This is known to compile.
  • Makefile.am: Added macros directory.
  • configure.in: Removed error check for enabling macros.
  • macros/.cvsignore, macros/Makefile.am, macros/rtems/.cvsignore, macros/rtems/Makefile.am, macros/rtems/itron/.cvsignore, macros/rtems/itron/Makefile.am, macros/rtems/itron/eventflags.inl, macros/rtems/itron/fmempool.inl, macros/rtems/itron/intr.inl, macros/rtems/itron/mbox.inl, macros/rtems/itron/msgbuffer.inl, macros/rtems/itron/network.inl, macros/rtems/itron/port.inl, macros/rtems/itron/semaphore.inl, macros/rtems/itron/sysmgmt.inl, macros/rtems/itron/task.inl, macros/rtems/itron/time.inl, macros/rtems/itron/vmempool.inl: New files.
  • Property mode set to 100644
File size: 480 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 __ITRON_INTERRUPT_inl_
13#define __ITRON_INTERRUPT_inl_
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19/*
20 *  XXX insert inline routines here
21 */
22
23
24#ifdef __cplusplus
25}
26#endif
27
28#endif
29/* end of include file */
30
Note: See TracBrowser for help on using the repository browser.