Add the generic kfile resync.
[bertos.git] / bertos / kern / kfile.h
index b959b9596153d256de1712172c2011d54bf7594f..a42defddd8a4447d9b82f97ba7e7a0fd577726bc 100644 (file)
@@ -216,6 +216,7 @@ int kfile_printf(struct KFile *fd, const char *format, ...);
 int kfile_print(struct KFile *fd, const char *s);
 int kfile_gets(struct KFile *fd, char *buf, int size);
 int kfile_gets_echo(struct KFile *fd, char *buf, int size, bool echo);
+void kfile_resync(KFile *fd, mtime_t delay);
 
 /**
  * Interface functions for KFile access.