unaligned.h 306 字节
Newer Older
V
Vegard Nossum 已提交
1 2
#ifndef ASM_X86__UNALIGNED_H
#define ASM_X86__UNALIGNED_H
3 4 5 6 7

/*
 * The x86 can do unaligned accesses itself.
 */

8 9
#include <linux/unaligned/access_ok.h>
#include <linux/unaligned/generic.h>
10

11 12
#define get_unaligned __get_unaligned_le
#define put_unaligned __put_unaligned_le
13

V
Vegard Nossum 已提交
14
#endif /* ASM_X86__UNALIGNED_H */