H. Peter Anvin c25bd29805 types: add C99-style constructors to <asm-generic/int-*.h>
Add C99-style constructor macros for fixed types to
<asm-generic/int-*.h>.  Since Linux uses names like "u64" instead of
"uint64_t", the constructor macros are called U64_C() instead of
UINT64_C() and so forth.

These macros allow specific sizes to be specified as
U64_C(0x123456789abcdef), without gcc issuing warnings as it will if
one writes (u64)0x123456789abcdef.

When used from assembly, these macros pass their argument unchanged.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2008-05-02 16:18:42 -07:00
..
2008-01-30 13:32:50 +01:00
2008-02-06 10:41:00 -08:00
2008-05-01 08:03:58 -07:00
2005-04-16 15:20:36 -07:00
2007-07-16 09:05:45 -07:00
2008-04-28 08:58:34 -07:00
2005-04-16 15:20:36 -07:00
2008-05-02 16:18:19 -07:00
2008-02-08 09:22:31 -08:00
2008-02-08 09:22:31 -08:00
2005-04-16 15:20:36 -07:00
2005-09-08 14:57:25 -07:00
2007-05-11 08:29:34 -07:00
2005-05-01 08:59:08 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00