diff options
Diffstat (limited to 'board/freescale/t102xrdb/t102xrdb.h')
-rw-r--r-- | board/freescale/t102xrdb/t102xrdb.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/board/freescale/t102xrdb/t102xrdb.h b/board/freescale/t102xrdb/t102xrdb.h index 2f23579b8f..3f5d85aa82 100644 --- a/board/freescale/t102xrdb/t102xrdb.h +++ b/board/freescale/t102xrdb/t102xrdb.h @@ -9,5 +9,7 @@ void fdt_fixup_board_enet(void *blob); void pci_of_setup(void *blob, bd_t *bd); - +#ifdef CONFIG_T1023RDB +static u32 t1023rdb_gpio_ctrl(u32 ctrl_type); +#endif #endif |