tools/include: use stdint types for user-space byteshift headers
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>
Wed, 26 Jun 2013 01:13:37 +0000 (20:13 -0500)
committerMichal Marek <mmarek@suse.cz>
Wed, 3 Jul 2013 14:02:28 +0000 (16:02 +0200)
commitb35310627f396efcc25d71fb343b3aa02039d20d
tree8e6378e4abf220f884a060877f0249380ceabd55
parentd2aae8477cd00325bb7c7c7e95be488088900c48
tools/include: use stdint types for user-space byteshift headers

Commit a07f7672d7cf0ff0d6e548a9feb6e0bd016d9c6c added user-space copies
of the byteshift headers to be used by hostprogs, changing e.g. u8 to __u8.
However, in order to cross-compile the kernel from a non-Linux system,
stdint.h types need to be used instead of linux/types.h types.

Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Signed-off-by: Michal Marek <mmarek@suse.cz>
tools/include/tools/be_byteshift.h
tools/include/tools/le_byteshift.h