summaryrefslogtreecommitdiffstats
path: root/doc/tools/pdl2texi/isr.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-22 17:38:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-22 17:38:24 +0000
commit551857b0d30155283496f847e43c512c05c5da73 (patch)
tree70c7451292246633588f23f7306f6b5796d8729f /doc/tools/pdl2texi/isr.h
parent2002-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-551857b0d30155283496f847e43c512c05c5da73.tar.bz2
2002-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Autoupdate to 2.52. Remove pdl2texi. * Makefile.am: Remove pdl2texi.
Diffstat (limited to 'doc/tools/pdl2texi/isr.h')
-rw-r--r--doc/tools/pdl2texi/isr.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/tools/pdl2texi/isr.h b/doc/tools/pdl2texi/isr.h
deleted file mode 100644
index b9a78fabbc..0000000000
--- a/doc/tools/pdl2texi/isr.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * COPYRIGHT (c) 1997.
- * On-Line Applications Research Corporation (OAR).
- * All rights reserved.
- *
- * $Id$
- */
-
-
-#ifndef __ISR_h
-#define __ISR_h
-
-typedef unsigned32 ISR_Level;
-
-#define _ISR_Disable
-#define _ISR_Enable
-
-#endif