xref: /linux/tools/testing/selftests/powerpc/switch_endian/common.h (revision ea0b3984c1cc8b28de27a3bec285102b4e366a4c)
1 #include <ppc-asm.h>
2 #include <asm/unistd.h>
3 
4 #ifndef __NR_switch_endian
5 #define __NR_switch_endian 363
6 #endif
7