mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
10713b1d9f
Reviewed-by: Ingo Molnar <mingo@elte.hu> Acked-by: John Linn <john.linn@xilinx.com> Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com> Acked-by: John Williams <john.williams@petalogix.com> Signed-off-by: Michal Simek <monstr@monstr.eu>
7 lines
155 B
C
7 lines
155 B
C
#ifndef _ASM_MICROBLAZE_BYTEORDER_H
|
|
#define _ASM_MICROBLAZE_BYTEORDER_H
|
|
|
|
#include <linux/byteorder/big_endian.h>
|
|
|
|
#endif /* _ASM_MICROBLAZE_BYTEORDER_H */
|