2 * This file must exist even if it is empty because it is #included in the
3 * common file cmdtbl.c. The purpose is to keep the common comand table
4 * file (common/cmdtbl.c) from being corrupted with non-generic commands
5 * that may be target specific.
6 * It is the entry in the command table representing the new command being
7 * added to the cmdtbl[] array.
10 {"bfin", BfinCmd, BfinCmdHelp, 0},
11 {"date", DateCmd, DateHelp, 0},
12 {"i2c", I2cCmd, I2cHelp, 0},
14 {"watch", WatchCmd, WatchHelp, 0},