common.h 150 B

1234567
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #include <ppc-asm.h>
  3. #include <asm/unistd.h>
  4. #ifndef __NR_switch_endian
  5. #define __NR_switch_endian 363
  6. #endif