X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs%2F.git;a=blobdiff_plain;f=direct%2Fyaffscfg.h;h=5031fdd1e387f49c21e72de55ae22910ebe39299;hp=b8a53b36955f61f46e444d972d143f37ed204385;hb=087046078841616093c6e6babe66eba1bd0ce0d6;hpb=0446bf9a8d4cb2703587b7c99bd01270cfcd7d96 diff --git a/direct/yaffscfg.h b/direct/yaffscfg.h index b8a53b3..5031fdd 100644 --- a/direct/yaffscfg.h +++ b/direct/yaffscfg.h @@ -8,15 +8,14 @@ #define __YAFFSCFG_H__ - -#include "yaffs_guts.h" +#include "devextras.h" #define YAFFSFS_N_HANDLES 200 typedef struct { const char *prefix; - yaffs_Device *dev; + struct yaffs_DeviceStruct *dev; } yaffsfs_DeviceConfiguration; @@ -29,3 +28,4 @@ void yaffsfs_SetError(int err); #endif +