Core:EXTLINUX: move the header file in core into core/include
authorLiu Aleaxander <Aleaxander@gmail.com>
Fri, 12 Jun 2009 21:56:55 +0000 (05:56 +0800)
committerLiu Aleaxander <Aleaxander@gmail.com>
Fri, 12 Jun 2009 21:56:55 +0000 (05:56 +0800)
core/include/cache.h [moved from core/cache.h with 100% similarity]
core/include/ext2_fs.h [moved from core/ext2_fs.h with 100% similarity]
core/types.h [deleted file]

similarity index 100%
rename from core/cache.h
rename to core/include/cache.h
similarity index 100%
rename from core/ext2_fs.h
rename to core/include/ext2_fs.h
diff --git a/core/types.h b/core/types.h
deleted file mode 100644 (file)
index 4cd3902..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _TYPES_H
-#define _TYPES_H
-
-typedef unsigned long long __u64;
-typedef unsigned int   __u32;
-typedef unsigned short __u16;
-typedef unsigned char  __u8;
-
-
-typedef int   __s32;
-typedef short __s16;
-typedef char  __s8;
-
-
-
-
-#endif /* types.h */