FreeCalypso > hg > freecalypso-sw
view target-utils/include/cmdtab.h @ 890:452a4aea3fc5
gsm-fw: implemented reading of Pirelli's factory calibration records
| author | Space Falcon <falcon@ivan.Harhan.ORG> |
|---|---|
| date | Mon, 29 Jun 2015 21:45:23 +0000 |
| parents | f4fc449a64ea |
| children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };
