Commit | Line | Data |
---|---|---|
6510d419 HH |
1 | #ifndef _ASM_M68K_UNALIGNED_H |
2 | #define _ASM_M68K_UNALIGNED_H | |
1da177e4 LT |
3 | |
4 | /* | |
5 | * The m68k can do unaligned accesses itself. | |
1da177e4 | 6 | */ |
6510d419 HH |
7 | #include <linux/unaligned/access_ok.h> |
8 | #include <linux/unaligned/generic.h> | |
1da177e4 | 9 | |
6510d419 HH |
10 | #define get_unaligned __get_unaligned_be |
11 | #define put_unaligned __put_unaligned_be | |
1da177e4 | 12 | |
6510d419 | 13 | #endif /* _ASM_M68K_UNALIGNED_H */ |