FreeCalypso > hg > freecalypso-sw
diff target-utils/pirexplore/cmdtab.c @ 100:02ece4d8c755
pirexplore: beginning of FFS support
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 01 Sep 2013 21:55:51 +0000 |
parents | 2c266d4339ff |
children | 7029fe8ae0bc |
line wrap: on
line diff
--- a/target-utils/pirexplore/cmdtab.c Sun Sep 01 18:59:48 2013 +0000 +++ b/target-utils/pirexplore/cmdtab.c Sun Sep 01 21:55:51 2013 +0000 @@ -16,9 +16,12 @@ extern void cmd_w16(); extern void cmd_w32(); +extern void mpffs_init(); + const struct cmdtab cmdtab[] = { {"baud", cmd_baud_switch}, {"dieid", cmd_dieid}, + {"ffsinit", mpffs_init}, {"jump", cmd_jump}, {"lcdfill", cmd_lcdfill}, {"lcdinit", cmd_lcdinit},