commit | b35310627f396efcc25d71fb343b3aa02039d20d | [log] [tgz] |
---|---|---|
author | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | Tue Jun 25 20:13:37 2013 -0500 |
committer | Michal Marek <mmarek@suse.cz> | Wed Jul 03 16:02:28 2013 +0200 |
tree | 8e6378e4abf220f884a060877f0249380ceabd55 | |
parent | d2aae8477cd00325bb7c7c7e95be488088900c48 [diff] |
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>