view target-utils/include/cmdtab.h @ 368:43ca9d5e30cb

os_evt.c: os_EventGroupInformation(): more bogosity
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 29 May 2014 05:26:42 +0000
parents f4fc449a64ea
children
line wrap: on
line source

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

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