# HG changeset patch # User charles # Date 1210288888 0 # Node ID eeae457febf21df8f65b8deb3f2a8ff6f9ffa45c # Parent 6eb7032348b67552f996faf913f430af804b3a51 Change direct partition prefix to YCHAR diff --git a/direct/yaffscfg.h b/direct/yaffscfg.h --- a/direct/yaffscfg.h +++ b/direct/yaffscfg.h @@ -23,13 +23,13 @@ #define __YAFFSCFG_H__ -#include "devextras.h" +#include "yportenv.h" #define YAFFSFS_N_HANDLES 200 typedef struct { - const char *prefix; + const YCHAR *prefix; struct yaffs_DeviceStruct *dev; } yaffsfs_DeviceConfiguration;