[rtems commit] bsp/mpc55xx: Add register type definition
Sebastian Huber
sebh at rtems.org
Mon Feb 25 16:28:44 UTC 2013
Module: rtems
Branch: master
Commit: ef921556c46502566a0d692fe9f0f8b9c39e34e1
Changeset: http://git.rtems.org/rtems/commit/?id=ef921556c46502566a0d692fe9f0f8b9c39e34e1
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Mon Feb 25 17:33:17 2013 +0100
bsp/mpc55xx: Add register type definition
---
.../libcpu/powerpc/mpc55xx/include/fsl-mpc564xL.h | 2 +-
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 3a363ec..61217ac 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;
More information about the vc
mailing list