]> Git Repo - J-u-boot.git/blobdiff - board/renesas/ulcb/cpld.c
command: Remove the cmd_tbl_t typedef
[J-u-boot.git] / board / renesas / ulcb / cpld.c
index 528675651dbffc062808fef1e8dd44bde8d9dbd4..a20a34a92a8d4933915ff7afb6a5757e86d4aea9 100644 (file)
@@ -7,6 +7,7 @@
  */
 
 #include <common.h>
+#include <command.h>
 #include <asm/gpio.h>
 #include <asm/io.h>
 #include <dm.h>
@@ -82,7 +83,8 @@ static void cpld_write(struct udevice *dev, u8 addr, u32 data)
        dm_gpio_set_value(&priv->sstbz, 1);
 }
 
-static int do_cpld(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_cpld(struct cmd_tbl *cmdtp, int flag, int argc,
+                  char *const argv[])
 {
        struct udevice *dev;
        u32 addr, val;
This page took 0.021175 seconds and 4 git commands to generate.