kernel_samsung_a53x/tools/testing/selftests/powerpc/switch_endian/common.h
2024-06-15 16:02:09 -03:00

7 lines
150 B
C
Executable file

/* SPDX-License-Identifier: GPL-2.0 */
#include <ppc-asm.h>
#include <asm/unistd.h>
#ifndef __NR_switch_endian
#define __NR_switch_endian 363
#endif