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/m32c/rtems/score/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/m32c/rtems/score/types.h') diff --git a/cpukit/score/cpu/m32c/rtems/score/types.h b/cpukit/score/cpu/m32c/rtems/score/types.h index 9db85e9e80..5c476c6d3a 100644 --- a/cpukit/score/cpu/m32c/rtems/score/types.h +++ b/cpukit/score/cpu/m32c/rtems/score/types.h @@ -32,7 +32,7 @@ extern "C" { */ /** This defines the type for a priority bit map entry. */ -typedef uint16_t Priority_bit_map_Control; +typedef uint16_t Priority_bit_map_Word; /** This defines the return type for an ISR entry point. */ typedef void m32c_isr; -- cgit v1.2.3