Wolfgang Wegner | 870bf3e | 2009-12-09 17:32:12 -0500 | [diff] [blame] | 1 | #ifndef _ASM_M68K_UNALIGNED_H |
2 | #define _ASM_M68K_UNALIGNED_H | ||||
3 | |||||
4 | #ifdef CONFIG_COLDFIRE | ||||
5 | #include <linux/unaligned/be_byteshift.h> | ||||
6 | #else | ||||
7 | #include <linux/unaligned/access_ok.h> | ||||
8 | #endif | ||||
9 | |||||
10 | #include <linux/unaligned/generic.h> | ||||
11 | |||||
12 | #define get_unaligned __get_unaligned_be | ||||
13 | #define put_unaligned __put_unaligned_be | ||||
14 | |||||
15 | #endif /* _ASM_M68K_UNALIGNED_H */ |