FreeCalypso > hg > freecalypso-sw
view rvinterf/etmsync/cmdtab.h @ 487:f612f9c3fe77
gsm-fw/gpf/conf: GSM and GPRS stack configurations imported from Leonardo
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> | 
|---|---|
| date | Sun, 29 Jun 2014 20:13:43 +0000 | 
| parents | 909f00c15f27 | 
| children | 
line wrap: on
 line source
struct cmdtab { char *cmd; int minargs; int maxargs; int (*func)(); }; #define MAX_CMD_ARGS 16
