view target-utils/include/cmdtab.h @ 186:faa31a47f102

rvinterf/Makefile: build both rvinterf/lowlevel and rvinterf/etm
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 24 Nov 2013 23:18:30 +0000
parents f4fc449a64ea
children
line wrap: on
line source

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

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