diff options
Diffstat (limited to 'arch/alpha/include/uapi/asm/byteorder.h')
-rw-r--r-- | arch/alpha/include/uapi/asm/byteorder.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/alpha/include/uapi/asm/byteorder.h b/arch/alpha/include/uapi/asm/byteorder.h new file mode 100644 index 000000000..efa9b51b4 --- /dev/null +++ b/arch/alpha/include/uapi/asm/byteorder.h @@ -0,0 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ +#ifndef _ALPHA_BYTEORDER_H +#define _ALPHA_BYTEORDER_H + +#include <linux/byteorder/little_endian.h> + +#endif /* _ALPHA_BYTEORDER_H */ |