Files
sdk-hwV1.3/lichee/linux-4.9/tools/testing/selftests/powerpc/switch_endian/common.h
2024-05-07 18:09:20 +08:00

7 lines
111 B
C

#include <ppc-asm.h>
#include <asm/unistd.h>
#ifndef __NR_switch_endian
#define __NR_switch_endian 363
#endif