]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/linux/byteorder/little_endian.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / include / linux / byteorder / little_endian.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2#ifndef _LINUX_BYTEORDER_LITTLE_ENDIAN_H
3#define _LINUX_BYTEORDER_LITTLE_ENDIAN_H
4
5921e6f8 5#include <uapi/linux/byteorder/little_endian.h>
1da177e4 6
e9ef073a
BM
7#ifdef CONFIG_CPU_BIG_ENDIAN
8#warning inconsistent configuration, CONFIG_CPU_BIG_ENDIAN is set
9#endif
10
1da177e4 11#include <linux/byteorder/generic.h>
1da177e4 12#endif /* _LINUX_BYTEORDER_LITTLE_ENDIAN_H */