#include "inc.h" #include #include /*===========================================================================* * fs_sync * *===========================================================================*/ PUBLIC int fs_sync() { /* Always mounted read only, so nothing to sync */ return(OK); /* sync() can't fail */ }