summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/force386/include/bsp.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-05-30 19:42:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-05-30 19:42:36 +0000
commit497428a296defb30fb4d166805091c580d18f7ad (patch)
treedbc0d2de6fc3b52e8ef6481f786b3f332cf5a54d /c/src/lib/libbsp/i386/force386/include/bsp.h
parentAdded m68ktypes.h (diff)
downloadrtems-497428a296defb30fb4d166805091c580d18f7ad.tar.bz2
cpu/*types.h added and successfully compiled.
IDLE task priority changed from 0 to 255 during initialization.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i386/force386/include/bsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/i386/force386/include/bsp.h b/c/src/lib/libbsp/i386/force386/include/bsp.h
index b9b050b3c6..3a184df0f9 100644
--- a/c/src/lib/libbsp/i386/force386/include/bsp.h
+++ b/c/src/lib/libbsp/i386/force386/include/bsp.h
@@ -142,7 +142,7 @@ BSP_EXTERN unsigned int Gdt_base;
/* routines */
-i386_isr set_vector(
+i386_isr_entry set_vector(
rtems_isr_entry handler,
rtems_vector_number vector,
int type