summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/include/rtems/itron/intr.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/include/rtems/itron/intr.h')
-rw-r--r--cpukit/itron/include/rtems/itron/intr.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/cpukit/itron/include/rtems/itron/intr.h b/cpukit/itron/include/rtems/itron/intr.h
deleted file mode 100644
index 647c247555..0000000000
--- a/cpukit/itron/include/rtems/itron/intr.h
+++ /dev/null
@@ -1,34 +0,0 @@
-/**
- * @file rtems/itron/intr.h
- */
-
-/*
- * COPYRIGHT (c) 1989-1999.
- * On-Line Applications Research Corporation (OAR).
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
- *
- * $Id$
- */
-
-#ifndef _RTEMS_ITRON_INTR_H
-#define _RTEMS_ITRON_INTR_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/*
- * XXX insert private stuff here
- */
-
-#include <rtems/itron/intr.inl>
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif
-/* end of include file */