X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffsfs.h;h=ba3f87fb256001a3b240c80f8c33ced4e9b1bfd0;hp=3196f0c6a691b3b17f2d652e075971329ac1d977;hb=e81a96058aa89f6812e3c5224e26b4b44da3c143;hpb=878880321c4fa7ab0e431d22a3dd156a9a272c68 diff --git a/direct/yaffsfs.h b/direct/yaffsfs.h index 3196f0c..ba3f87f 100644 --- a/direct/yaffsfs.h +++ b/direct/yaffsfs.h @@ -34,6 +34,12 @@ ( (sizeof(Y_LOFF_T) < 8) ? YAFFS_MAX_FILE_SIZE_32 : (0x800000000LL - 1) ) +#ifdef __cplusplus +extern "C" +{ +#endif + + struct yaffs_dirent { long d_ino; /* inode number */ off_t d_off; /* offset to this dirent */ @@ -207,4 +213,11 @@ int yaffs_set_error(int error); /* Trace control functions */ unsigned yaffs_set_trace(unsigned tm); unsigned yaffs_get_trace(void); + + +#ifdef __cplusplus +} +#endif + + #endif