linux/tools/perf/util/include/asm/byteorder.h
Ingo Molnar 7d380c8f1e perf: Fix UAPI fallout
The UAPI commits forgot to test tooling builds such as tools/perf/,
and this fixes the fallout.

Manual conversion.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-10-14 12:22:52 -07:00

3 lines
72 B
C

#include <asm/types.h>
#include "../../../../include/uapi/linux/swab.h"