view target-utils/include/cmdtab.h @ 850:86364a58aa6c

gsm-fw: gsmcomp gpf configuration enabled for CONFIG_GSM
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 26 Apr 2015 00:31:41 +0000
parents f4fc449a64ea
children
line wrap: on
line source

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

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