FreeCalypso > hg > freecalypso-sw
view target-utils/include/cmdtab.h @ 164:d78219c43fbf
gsm-fw/services/etm: initial import from the Leonardo semi-src
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Mon, 18 Nov 2013 06:39:44 +0000 |
| parents | f4fc449a64ea |
| children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };
