=================================================================== RCS file: /MkLinux/floppy-darwin/floppy.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- floppy-darwin/floppy.cpp 2002/03/14 08:25:19 1.16 +++ floppy-darwin/floppy.cpp 2002/03/14 08:29:01 1.17 @@ -9,6 +9,9 @@ #include //This is for debugging purposes ONLY OSStatus FloppyPluginInit(int unit, BSStorePtr initStore); +BSIOStatus FloppyPluginFlush(BSStorePtr ioStore, + BSIORequestBlockPtr parentRequest, + struct BSErrorList **errors); } caddr_t org_mklinux_swim3_vaddr[2]; @@ -350,10 +353,11 @@ //--------------------------------------------------------------------------- // flush the cache. -void +IOReturn org_mklinux_iokit_swim3_driver::doSynchronizeCache ( void ) { FloppyPluginFlush(0, 0, 0); /*Flush */ + return kIOReturnSuccess; }