FreeCalypso > hg > freecalypso-sw
view target-utils/include/cmdtab.h @ 542:9dd6ca16f13d
gsm-fw/L1/cust0: split between IRAM and XIP code
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Sun, 03 Aug 2014 04:59:30 +0000 |
| parents | f4fc449a64ea |
| children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };
