summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/sim68000/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/m68k/sim68000/include/bsp.h')
-rw-r--r--c/src/lib/libbsp/m68k/sim68000/include/bsp.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/c/src/lib/libbsp/m68k/sim68000/include/bsp.h b/c/src/lib/libbsp/m68k/sim68000/include/bsp.h
index 4393450756..2710a60639 100644
--- a/c/src/lib/libbsp/m68k/sim68000/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/sim68000/include/bsp.h
@@ -48,22 +48,6 @@ extern "C" {
: "0" (_tmp), "1" (_delay) ); \
}
-/* Constants */
-
-/* miscellaneous stuff assumed to exist */
-
-/*
- * Device Driver Table Entries
- */
-
-/*
- * NOTE: Use the standard Console driver entry
- */
-
-/*
- * NOTE: Use the standard Clock driver entry
- */
-
/* functions */
m68k_isr_entry set_vector( rtems_isr_entry, rtems_vector_number, int );