view target-utils/include/cmdtab.h @ 516:78495749970a

gsm-fw: Riviera memory pool moved from ext.bss to ext.ram
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 10 Jul 2014 00:54:34 +0000
parents f4fc449a64ea
children
line wrap: on
line source

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

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