Annotation of fwmaker/inc/cmds.h, revision 1.1

1.1     ! misho       1: #ifndef __CMDS_H
        !             2: #define __CMDS_H
        !             3: 
        !             4: 
        !             5: CLI_CMD_DEFINE(cmd_Show);
        !             6: CLI_CMD_DEFINE(cmd_Mtd);
        !             7: CLI_CMD_DEFINE(cmd_Image);
        !             8: 
        !             9: 
        !            10: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>