blob: 178817374b3e6c5a2b9982a8eac669de947036c2 [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;
}