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

#ifndef _ASM_KVX_UNALIGNED_H
#define _ASM_KVX_UNALIGNED_H

#include <linux/unaligned/le_struct.h>
#include <linux/unaligned/be_byteshift.h>
#include <linux/unaligned/generic.h>

#define get_unaligned __get_unaligned_le
#define put_unaligned __put_unaligned_le

#endif	/* _ASM_KVX_UNALIGNED_H */