summaryrefslogtreecommitdiff
path: root/board/freescale/t208xrdb/cpld.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/t208xrdb/cpld.h')
-rw-r--r--board/freescale/t208xrdb/cpld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/t208xrdb/cpld.h b/board/freescale/t208xrdb/cpld.h
index bd6c203742e..a623b1811fa 100644
--- a/board/freescale/t208xrdb/cpld.h
+++ b/board/freescale/t208xrdb/cpld.h
@@ -21,7 +21,7 @@ struct cpld_data {
u8 boot_or; /* 0x16 - Boot config override register */
u8 boot_cfg1; /* 0x17 - Boot configuration register 1 */
u8 boot_cfg2; /* 0x18 - Boot configuration register 2 */
-} cpld_data_t;
+};
u8 cpld_read(unsigned int reg);
void cpld_write(unsigned int reg, u8 value);