summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/no_cpu
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/no_cpu
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/no_cpu')
-rw-r--r--c/src/exec/score/cpu/no_cpu/no_cputypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/no_cpu/no_cputypes.h b/c/src/exec/score/cpu/no_cpu/no_cputypes.h
index e7bb97919c..e3e350a54d 100644
--- a/c/src/exec/score/cpu/no_cpu/no_cputypes.h
+++ b/c/src/exec/score/cpu/no_cpu/no_cputypes.h
@@ -44,7 +44,8 @@ typedef unsigned32 boolean; /* Boolean value */
typedef float single_precision; /* single precision float */
typedef double double_precision; /* double precision float */
-typedef void ( *no_cpu_isr )( void );
+typedef void no_cpu_isr;
+typedef void ( *no_cpu_isr_entry )( void );
#ifdef __cplusplus
}