X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffscfg.h;h=c4cd48b1a190a2cc0a2f96e9b8fb29b8696b0f0e;hp=29417c2028672112f9ba07fcad849f442e49860d;hb=f43976eda35065890e7cf0a008e9518158eb71d6;hpb=4a96d43bb566f00596a31a41c535cabbf52d4f20 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;