summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme136/include/bsp.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-11 19:09:52 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-13 10:33:17 -0500
commit66402ef207a6e4a791525140d813ae5f0979e982 (patch)
tree2c78178bdc9aa3f1354813d0906933e716f45ee8 /c/src/lib/libbsp/m68k/mvme136/include/bsp.h
parentm68k/uC5282/console/console.c: Eliminate unused debug methods (diff)
downloadrtems-66402ef207a6e4a791525140d813ae5f0979e982.tar.bz2
m68k/mvme136: Fix warnings
Diffstat (limited to 'c/src/lib/libbsp/m68k/mvme136/include/bsp.h')
-rw-r--r--c/src/lib/libbsp/m68k/mvme136/include/bsp.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme136/include/bsp.h b/c/src/lib/libbsp/m68k/mvme136/include/bsp.h
index bbdc6c1c45..e699c09399 100644
--- a/c/src/lib/libbsp/m68k/mvme136/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/mvme136/include/bsp.h
@@ -1,8 +1,9 @@
-/* bsp.h
- *
+/*
* This include file contains all MVME136 board IO definitions.
- *
- * COPYRIGHT (c) 1989-1999.
+ */
+
+/*
+ * COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -68,7 +69,7 @@ extern rtems_isr_entry M68Kvec[]; /* vector table address */
/* functions */
rtems_isr_entry set_vector(
- rtems_isr_entry handler,
+ rtems_isr_entry handle,
rtems_vector_number vector,
int type
);