blob: a24ab492679a399679e6e7fdf8cbdba593d64866 [file] [log] [blame]
#include <common.h>
#include <command.h>
#include <cmd_menu.h>
int do_menu( cmd_tbl_t *cmdtp, bd_t *bd, int flag, int argc, char *argv[] )
{
// printf("<NOT YET IMPLEMENTED>\n");
return 0;
}