view target-utils/include/cmdtab.h @ 54:50b652bc3a4f

loadtools: made the baud command available in init-script for fc-xram
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 23 Jun 2013 05:47:17 +0000
parents f4fc449a64ea
children
line wrap: on
line source

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

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