linux/arch/x86/include/uapi/asm/swab.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_X86_SWAB_H
#define _ASM_X86_SWAB_H

#include <linux/types.h>
#include <linux/compiler.h>

static inline __attribute_const__ __u32 __arch_swab32(__u32 val)
{}
#define __arch_swab32

static inline __attribute_const__ __u64 __arch_swab64(__u64 val)
{}
#define __arch_swab64

#endif /* _ASM_X86_SWAB_H */