comparison rvinterf/etm/tmffs2.h @ 259:35113b1964d3

fc-tmsh ffs2: a few request-sending commands implemented
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 05 Feb 2014 00:11:34 +0000
parents c413e791595a
children
comparison
equal deleted inserted replaced
258:ab66a2eea6a8 259:35113b1964d3
42 TMFFS_DIRXLSTAT = 'X', 42 TMFFS_DIRXLSTAT = 'X',
43 43
44 TMFFS_VERSION = 'v', 44 TMFFS_VERSION = 'v',
45 TMFFS_TFFS = 'z' 45 TMFFS_TFFS = 'z'
46 }; 46 };
47
48 #define TMFFS_STRING_SIZE 127 /* includes the terminating NUL */