From ef921556c46502566a0d692fe9f0f8b9c39e34e1 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 25 Feb 2013 17:33:17 +0100 Subject: bsp/mpc55xx: Add register type definition --- c/src/lib/libcpu/powerpc/mpc55xx/include/fsl-mpc564xL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3