view target-utils/include/cmdtab.h @ 202:b26b7459bd44

pirexplore: lcdramp command renamed to lcdtest: the bars aren't a ramp
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 19 Dec 2013 08:32:33 +0000
parents f4fc449a64ea
children
line wrap: on
line source

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

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