diff 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
line wrap: on
line diff
--- a/rvinterf/include/tmffs2.h	Fri Feb 28 04:54:47 2014 +0000
+++ b/rvinterf/include/tmffs2.h	Fri Feb 28 05:50:01 2014 +0000
@@ -45,4 +45,5 @@
 	TMFFS_TFFS       = 'z'
 }; 
 
-#define TMFFS_STRING_SIZE 127	/* includes the terminating NUL */
+#define TMFFS_STRING_SIZE	127	/* includes the terminating NUL */
+#define	MAX_READ_DATA		254