view target-utils/include/cmdtab.h @ 36:65111e6eee9e

loadtool: dump2bin and dump2srec implemented
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 06 May 2013 02:04:56 +0000
parents f4fc449a64ea
children
line wrap: on
line source

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

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