view target-utils/include/cmdtab.h @ 259:40f44aa49dd0

linux-2.6.37.6-ftdi_sio.c.patch moved from doc to old
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 28 Sep 2017 07:55:58 +0000
parents e7502631a0f9
children
line wrap: on
line source

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

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