view target-utils/include/cmdtab.h @ 781:8eea89c37047

gsm-fw/g23m-aci/ati_ext: imported from LoCosto source
author Michael Spacefalcon <falcon@ivan.Harhan.ORG>
date Sun, 08 Mar 2015 02:21:13 +0000
parents f4fc449a64ea
children
line wrap: on
line source

/* this structure is used for interactive command dispatch */

struct cmdtab {
	char	*cmd;
	void	(*func)();
};