changeset 213:e15e1a1a8718

Change direct partition prefix to YCHAR
author charles
date Fri, 09 May 2008 00:21:28 +0100
parents 810921c6d869
children f161e6a4bbe3
files direct/yaffscfg.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;