X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Fyaffscfg.h;h=5031fdd1e387f49c21e72de55ae22910ebe39299;hb=9f5e5dc8f9b59a6949c8500f32efa9389d67fd38;hp=b8a53b36955f61f46e444d972d143f37ed204385;hpb=4ea0578f8af411adf56fdc1eb4af08f4e36c7eec;p=yaffs%2F.git 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 +