]> Git Repo - linux.git/blob - arch/x86/include/asm/unaligned.h
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[linux.git] / arch / x86 / include / asm / unaligned.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_X86_UNALIGNED_H
3 #define _ASM_X86_UNALIGNED_H
4
5 /*
6  * The x86 can do unaligned accesses itself.
7  */
8
9 #include <linux/unaligned/access_ok.h>
10 #include <linux/unaligned/generic.h>
11
12 #define get_unaligned __get_unaligned_le
13 #define put_unaligned __put_unaligned_le
14
15 #endif /* _ASM_X86_UNALIGNED_H */
This page took 0.032272 seconds and 4 git commands to generate.