X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fpython%2Fyaffsfs.py;h=7347687cf9a1ff461e758ac82361e77253f9c22a;hp=986f35892a741769f5aaf648a4e1ee09afcadde1;hb=a013d252972520ff54a3124adc66ca52528aa652;hpb=b8cbfed7294153e2e709dd6d7608bbada3da50f0 diff --git a/direct/python/yaffsfs.py b/direct/python/yaffsfs.py index 986f358..7347687 100644 --- a/direct/python/yaffsfs.py +++ b/direct/python/yaffsfs.py @@ -255,6 +255,11 @@ yaffs_get_trace=ylib.yaffs_get_trace yaffs_get_trace.argtypes=[] yaffs_get_trace.restypes=c_uint +#int yaffs_get_error(void) +yaffs_get_error=ylib.yaffs_get_error +yaffs_get_error.argtypes=[] +yaffs_get_error.restypes=c_int + yaffs_O_CREAT=ylib.yaffs_O_CREAT() yaffs_O_RDONLY=ylib.yaffs_O_RDONLY() yaffs_O_WRONLY=ylib.yaffs_O_WRONLY()