view target-utils/include/cmdtab.h @ 748:2dcd1bef7ea8

gsm-fw/include/condat-features.h: disable SIM_TOOLKIT for the initial G23M stack integration effort
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 06 Oct 2014 02:21:51 +0000 (2014-10-06)
parents f4fc449a64ea
children
line wrap: on
line source
/* this structure is used for interactive command dispatch */

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