view target-utils/include/cmdtab.h @ 580:df12004ac8ee

tpudrv12.c: l1dmacro_tx_{up,down} done
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 15 Aug 2014 01:05:44 +0000
parents f4fc449a64ea
children
line wrap: on
line source

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

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