X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffsfs.h;h=2a450e9e32caec54bbfd2f1a69a3dd5cacf737b8;hp=36b7e5a8555596dab811cbec1722d7ca672b592e;hb=e33554a67753729f6b74677473cf0ec3b8d35a7e;hpb=b07263adb5c642fcb911125a77b9e7f4bb8af64c diff --git a/direct/yaffsfs.h b/direct/yaffsfs.h index 36b7e5a..2a450e9 100644 --- a/direct/yaffsfs.h +++ b/direct/yaffsfs.h @@ -167,14 +167,14 @@ int yaffs_open_sharing(const YCHAR *path, int oflag, int mode, int shareMode) ; struct yaffs_DeviceStruct; -void yaffs_AddDevice(struct yaffs_DeviceStruct *dev); +void yaffs_add_device(struct yaffs_DeviceStruct *dev); -int yaffs_StartUp(void); +int yaffs_start_up(void); /* Function only for debugging */ void * yaffs_getdev(const YCHAR *path); -int yaffs_DumpDevStruct(const YCHAR *path); +int yaffs_dump_dev(const YCHAR *path); #endif