]> Git Repo - J-u-boot.git/blobdiff - cmd/btrfs.c
command: Remove the cmd_tbl_t typedef
[J-u-boot.git] / cmd / btrfs.c
index faa1239cc887ed7780690be99450248897bc5de3..7e3cbe12cea95c5322ae5e8d6fe58e1093fed2ec 100644 (file)
@@ -8,7 +8,7 @@
 #include <btrfs.h>
 #include <fs.h>
 
-int do_btrsubvol(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[])
+int do_btrsubvol(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        if (argc != 3)
                return CMD_RET_USAGE;
This page took 0.025453 seconds and 4 git commands to generate.