summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc64/shared/include/traptable.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sparc64/shared/include/traptable.h')
-rw-r--r--c/src/lib/libbsp/sparc64/shared/include/traptable.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/c/src/lib/libbsp/sparc64/shared/include/traptable.h b/c/src/lib/libbsp/sparc64/shared/include/traptable.h
deleted file mode 100644
index 353c60d79c..0000000000
--- a/c/src/lib/libbsp/sparc64/shared/include/traptable.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * traptable.h
- *
- * Copyright 2010 Gedare Bloom
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-/* This file can be included by assembly code */
-
-#define ENTRY_SIZE (32)
-
-#define TABLE_SIZE (1024*ENTRY_SIZE)
-
-#ifndef ASM
-extern void* real_trap_table;
-extern void* trap_table[TABLE_SIZE];
-#endif
-