Add linux/config.h here and change include markers
[yaffs2.git] / yportenv.h
index aa211e7b2a505101da29e1e78ebe4a9c0a83c194..b5e043423e14277d53ae0d662c1fdf559db91c1c 100644 (file)
@@ -15,7 +15,7 @@
  *
  * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
  *
  *
  * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
  *
- * $Id: yportenv.h,v 1.5 2004-12-17 04:39:04 charles Exp $
+ * $Id: yportenv.h,v 1.6 2005-07-31 00:26:57 charles Exp $
  *
  */
  
  *
  */
  
 
 
 // Linux kernel
 
 
 // Linux kernel
-#include "linux/kernel.h"
-#include "linux/version.h"
-#include "linux/mm.h"
-#include "linux/string.h"
-#include "linux/slab.h"
+#include <linux/config.h>
+#include <linux/kernel.h>
+#include <linux/version.h>
+#include <linux/mm.h>
+#include <linux/string.h>
+#include <linux/slab.h>
 
 #define YCHAR char
 #define YUCHAR unsigned char
 
 #define YCHAR char
 #define YUCHAR unsigned char