00001 /* 00002 * Acess2 00003 * - SysFS Export Header 00004 */ 00012 #ifndef _FS_SYSFS_H_ 00013 #define _FS_SYSFS_H_ 00014 00024 extern int SysFS_RegisterFile(char *Path, char *Data, int Length); 00025 00033 extern int SysFS_UpdateFile(int ID, char *Data, int Length); 00034 00039 extern int SysFS_RemoveFile(int ID); 00040 00041 #endif