command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / examples / standalone / stubs.c
index 0827bde35e581b27b9b7d081fef35ae296c4f698..5fb460454f23a9d629efeca5a7a78a78701893fb 100644 (file)
@@ -2,6 +2,8 @@
 #include <exports.h>
 #include <linux/compiler.h>
 
+struct cmd_tbl;
+
 #define FO(x) offsetof(struct jt_funcs, x)
 
 #if defined(CONFIG_X86)