view target-utils/include/cmdtab.h @ 375:1319bd1d5ac3

os_mem_fl.c: os_GetPrimpoolCB() done
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 09 Jun 2014 04:10:07 +0000
parents f4fc449a64ea
children
line wrap: on
line source

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

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