FreeCalypso > hg > freecalypso-sw
view target-utils/include/cmdtab.h @ 41:1c50add5e202
loadagent stack bottom moved to 0x81FFFC: be friendly to chain-loading
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 16 Jun 2013 07:31:23 +0000 |
parents | f4fc449a64ea |
children |
line wrap: on
line source
/* this structure is used for interactive command dispatch */ struct cmdtab { char *cmd; void (*func)(); };