tizen 2.4 release
[profile/mobile/platform/kernel/u-boot-tm1.git] / arch / arm / include / asm / arch-sc8830 / migrate.h
1 #ifndef __MIGRATE_H__
2 #define __MIGRATE_H__
3 #include <linux/types.h>
4 #include <config.h>
5 #include <version.h>
6
7 #define _X_64
8 #define __align(_x) __attribute__((aligned(_x)))
9 #define __inline inline
10 #if 0
11 #define REG32(_x) (*(volatile unsigned int *)(_x))
12 #define PUBLIC 
13 #define VOLATILE volatile
14 #define LOCAL       static
15 #define CONST       const
16 typedef unsigned char BOOLEAN;
17 typedef uint32_t uint32;
18 typedef uint8_t uint8;
19 typedef uint16_t uint16;
20 typedef uint64_t uint64;
21 typedef int32_t int32;
22 typedef int8_t int8;
23 typedef int16_t int16;
24 typedef int64_t int64;
25 #endif
26 #define sio_trace printf
27
28 #endif