
19 May
2008
19 May
'08
12:10 a.m.
On 00:18 Mon 19 May , Wolfgang Denk wrote:
In message 1211130599-28289-1-git-send-email-plagnioj@jcrosoft.com you wrote:
by sync asm/byteorder.h with linux
...
+static __inline__ __attribute_const__ __u32 ___arch__swab32(__u32 x)
...
+static __inline__ __attribute_const__ __u64 ___arch__swab64(__u64 val)
etc.
Current Linux uses "inline" instead of "__inline__" - why the difference?
In Linux inline is redefined as strict inline and we use __inline__ in all other u-boot definition
I will change it, when I'll importer the compiler header from linux.
Best Regards J.