view target-utils/include/cmdtab.h @ 595:3b4dce7dac06

gsm-fw/finlink/Makefile: link L1 when enabled
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 17 Aug 2014 04:36:14 +0000
parents f4fc449a64ea
children
line wrap: on
line source

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

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