summaryrefslogtreecommitdiffstats
path: root/arch/kvx/include/asm/byteorder.h
blob: 2dbd079d2a81205ab9ba9a698c33e86e539f090f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (C) 2019 Kalray Inc.
 */

#ifndef _ASM_KVX_BYTEORDER_H
#define _ASM_KVX_BYTEORDER_H

#include <linux/byteorder/little_endian.h>

#endif	/* _ASM_KVX_BYTEORDER_H */