On 00:18 Mon 19 May     , Wolfgang Denk wrote:
> In message <[EMAIL PROTECTED]> 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.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to