summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-02-25 17:33:17 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-02-25 17:33:17 +0100
commitef921556c46502566a0d692fe9f0f8b9c39e34e1 (patch)
tree314ea4338ffd548b6d524ad678177706b38d1058
parentFix typo. (diff)
downloadrtems-ef921556c46502566a0d692fe9f0f8b9c39e34e1.tar.bz2
bsp/mpc55xx: Add register type definition
-rw-r--r--c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc564xL.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc564xL.h b/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc564xL.h
index 3a363ecaf8..61217ac656 100644
--- a/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc564xL.h
+++ b/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc564xL.h
@@ -993,7 +993,7 @@ extern "C" {
/* Register layout for all registers PSMI... */
- typedef union { /* PSMI - Pad Selection for Multiplexed Inputs */
+ typedef union SIUL_PSMI_8B_tag { /* PSMI - Pad Selection for Multiplexed Inputs */
uint8_t R;
struct {
uint8_t:4;