summaryrefslogtreecommitdiffstats
path: root/doc/tools/pdl2texi/isr.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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