X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=direct%2Fyaffscfg.h;h=c4cd48b1a190a2cc0a2f96e9b8fb29b8696b0f0e;hb=a34826e701dd381a293bb90b25a48d2bd58e8de8;hp=29417c2028672112f9ba07fcad849f442e49860d;hpb=4a96d43bb566f00596a31a41c535cabbf52d4f20;p=yaffs2.git diff --git a/direct/yaffscfg.h b/direct/yaffscfg.h index 29417c2..c4cd48b 100644 --- a/direct/yaffscfg.h +++ b/direct/yaffscfg.h @@ -24,13 +24,14 @@ #include "yportenv.h" +#include "devextras.h" #define YAFFSFS_N_HANDLES 100 typedef struct yaffsfs_DeviceConfigurationStruct { const YCHAR *prefix; - struct yaffs_DeviceStruct *dev; + struct yaffs_dev_s *dev; } yaffsfs_DeviceConfiguration;