blob: 484e3cfd7ef2df9852f3af72e85072681841d5f6 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
H. Peter Anvin1965aae2008-10-22 22:26:29 -07002#ifndef _ASM_X86_BYTEORDER_H
3#define _ASM_X86_BYTEORDER_H
Thomas Gleixneracbbbe92007-10-23 22:37:23 +02004
Harvey Harrison5d30a682009-01-06 14:56:28 -08005#include <linux/byteorder/little_endian.h>
Thomas Gleixneracbbbe92007-10-23 22:37:23 +02006
H. Peter Anvin1965aae2008-10-22 22:26:29 -07007#endif /* _ASM_X86_BYTEORDER_H */