view target-utils/include/cmdtab.h @ 89:d01098eccf21

nuc-fw: configuration mechanism hooked into the top level Makefile
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 25 Aug 2013 19:05:51 +0000
parents f4fc449a64ea
children
line wrap: on
line source

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

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