HOME


Mini Shell 1.0
DIR: /usr/src/linux-headers-6.8.0-45/arch/microblaze/include/uapi/asm/
Upload File :
Current File : //usr/src/linux-headers-6.8.0-45/arch/microblaze/include/uapi/asm/byteorder.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _ASM_MICROBLAZE_BYTEORDER_H
#define _ASM_MICROBLAZE_BYTEORDER_H

#ifdef __MICROBLAZEEL__
#include <linux/byteorder/little_endian.h>
#else
#include <linux/byteorder/big_endian.h>
#endif

#endif /* _ASM_MICROBLAZE_BYTEORDER_H */