view target-utils/include/cmdtab.h @ 208:2abe6ade042d

gsm-fw FFS integration: ld script magic putting RAMFFS into ext.ram
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 25 Dec 2013 19:47:54 +0000
parents f4fc449a64ea
children
line wrap: on
line source

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

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