view target-utils/include/cmdtab.h @ 402:582b5052c86d

loadtools/scripts/compal.config: added flash cfi-4M 0
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 15 Jun 2014 20:38:18 +0000
parents f4fc449a64ea
children
line wrap: on
line source

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

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