From: Liu Aleaxander Date: Fri, 12 Jun 2009 21:56:55 +0000 (+0800) Subject: Core:EXTLINUX: move the header file in core into core/include X-Git-Tag: syslinux-4.00-pre1~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8732ef9b7c9ded79c525ac50932660e73dff7cc0;p=platform%2Fupstream%2Fsyslinux.git Core:EXTLINUX: move the header file in core into core/include --- diff --git a/core/cache.h b/core/include/cache.h similarity index 100% rename from core/cache.h rename to core/include/cache.h diff --git a/core/ext2_fs.h b/core/include/ext2_fs.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 index 4cd3902..0000000 --- a/core/types.h +++ /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 */