blob: a24ab492679a399679e6e7fdf8cbdba593d64866 [file] [log] [blame]
wdenkc7de8292002-11-19 11:04:11 +00001#include <common.h>
2#include <command.h>
3#include <cmd_menu.h>
4
5int do_menu( cmd_tbl_t *cmdtp, bd_t *bd, int flag, int argc, char *argv[] )
6{
7// printf("<NOT YET IMPLEMENTED>\n");
8 return 0;
9}