]> Git Repo - linux.git/blob - include/linux/byteorder/little_endian.h
mm, swap: fix race between swapoff and some swap operations
[linux.git] / include / linux / byteorder / little_endian.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LINUX_BYTEORDER_LITTLE_ENDIAN_H
3 #define _LINUX_BYTEORDER_LITTLE_ENDIAN_H
4
5 #include <uapi/linux/byteorder/little_endian.h>
6
7 #ifdef CONFIG_CPU_BIG_ENDIAN
8 #warning inconsistent configuration, CONFIG_CPU_BIG_ENDIAN is set
9 #endif
10
11 #include <linux/byteorder/generic.h>
12 #endif /* _LINUX_BYTEORDER_LITTLE_ENDIAN_H */
This page took 0.032765 seconds and 4 git commands to generate.