1 /* vi: set sw=4 ts=4: */
3 * This header makes it easier to include kernel headers
4 * which use u32 and such.
6 * Licensed under the GPL version 2, see the file LICENSE in this tarball.
20 #define u64 bb_hack_u64
21 #define u32 bb_hack_u32
22 #define u16 bb_hack_u16
24 #define s64 bb_hack_s64
25 #define s32 bb_hack_s32
26 #define s16 bb_hack_s16