summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/i960
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/exec/score/cpu/i960
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 'c/src/exec/score/cpu/i960')
-rw-r--r--c/src/exec/score/cpu/i960/i960types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/i960/i960types.h b/c/src/exec/score/cpu/i960/i960types.h
index eed649a043..5b1bfddb4c 100644
--- a/c/src/exec/score/cpu/i960/i960types.h
+++ b/c/src/exec/score/cpu/i960/i960types.h
@@ -44,7 +44,9 @@ typedef unsigned32 boolean; /* Boolean value */
typedef float single_precision; /* single precision float */
typedef double double_precision; /* double precision float */
-typedef void ( *i960_isr )( void );
+typedef void i960_isr;
+
+typedef void ( *i960_isr_entry )( void );
#ifdef __cplusplus
}