X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffscfg.h;h=42fd78cc9c60d90dba19987d8a868d3399262d32;hp=72687e2ef93fe4d0e379894228b954028d9918b5;hb=22f31a41cbb9a08e67204279fb3b37e400309f1c;hpb=cf6888f05f691aa1a357e7e94f9bf7b98174bbc3 diff --git a/direct/yaffscfg.h b/direct/yaffscfg.h index 72687e2..42fd78c 100644 --- a/direct/yaffscfg.h +++ b/direct/yaffscfg.h @@ -23,15 +23,14 @@ #define __YAFFSCFG_H__ -#include "yportenv.h" -#include "devextras.h" +#include "yportenv.h" #define YAFFSFS_N_HANDLES 100 typedef struct yaffsfs_DeviceConfigurationStruct { const YCHAR *prefix; - struct yaffs_dev_s *dev; + struct yaffs_dev *dev; } yaffsfs_DeviceConfiguration;