comparison rvinterf/include/tmffs2.h @ 284:7b4d4e3e610a

fc-fsio: functions written for file descriptor open/read/close
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 28 Feb 2014 05:50:01 +0000
parents c146f38d2b5f
children
comparison
equal deleted inserted replaced
283:88eed3327682 284:7b4d4e3e610a
43 43
44 TMFFS_VERSION = 'v', 44 TMFFS_VERSION = 'v',
45 TMFFS_TFFS = 'z' 45 TMFFS_TFFS = 'z'
46 }; 46 };
47 47
48 #define TMFFS_STRING_SIZE 127 /* includes the terminating NUL */ 48 #define TMFFS_STRING_SIZE 127 /* includes the terminating NUL */
49 #define MAX_READ_DATA 254