From f570b0719919c923b217f83ce6664cb4bd2f99eb Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 1 Apr 2014 10:20:01 +0200 Subject: score: Rename Priority_bit_map_Control Rename Priority_bit_map_Control in Priority_bit_map_Word. --- cpukit/score/cpu/m68k/rtems/score/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/m68k/rtems') diff --git a/cpukit/score/cpu/m68k/rtems/score/types.h b/cpukit/score/cpu/m68k/rtems/score/types.h index b1ec89addc..b5af1c86b0 100644 --- a/cpukit/score/cpu/m68k/rtems/score/types.h +++ b/cpukit/score/cpu/m68k/rtems/score/types.h @@ -31,7 +31,7 @@ extern "C" { * This section defines the basic types for this processor. */ -typedef uint16_t Priority_bit_map_Control; +typedef uint16_t Priority_bit_map_Word; #ifdef __cplusplus } -- cgit v1.2.3