summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h b/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h
index c75c089b60..49701d394f 100644
--- a/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h
+++ b/c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc567x.h
@@ -660,7 +660,7 @@ extern "C" {
} B;
} MCR;
- union { /* Low/Mid Address Space Block Locking Register */
+ union LMLR_tag { /* Low/Mid Address Space Block Locking Register */
uint32_t R;
struct {
uint32_t LME:1;
@@ -673,7 +673,7 @@ extern "C" {
} B;
} LMLR; /* Legacy naming - refer to LML in Reference Manual */
- union { /* High Address Space Block Locking Register */
+ union HLR_tag { /* High Address Space Block Locking Register */
uint32_t R;
struct {
uint32_t HBE:1;
@@ -682,7 +682,7 @@ extern "C" {
} B;
} HLR; /* Legacy naming - refer to HBL in Reference Manual */
- union { /* Secondary Low/Mid Block Locking Register */
+ union SLMLR_tag { /* Secondary Low/Mid Block Locking Register */
uint32_t R;
struct {
uint32_t SLE:1;