FreeCalypso > hg > freecalypso-sw
view target-utils/include/cmdtab.h @ 895:1fa8ada742ff
gsm-fw rfcap default: triband for the Pirelli target
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Tue, 30 Jun 2015 19:47:12 +0000 |
parents | f4fc449a64ea |
children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };