You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
302 B
12 lines
302 B
17 years ago
|
#ifndef _ASM_H8300_UNALIGNED_H
|
||
|
#define _ASM_H8300_UNALIGNED_H
|
||
20 years ago
|
|
||
17 years ago
|
#include <linux/unaligned/be_memmove.h>
|
||
|
#include <linux/unaligned/le_byteshift.h>
|
||
|
#include <linux/unaligned/generic.h>
|
||
20 years ago
|
|
||
17 years ago
|
#define get_unaligned __get_unaligned_be
|
||
|
#define put_unaligned __put_unaligned_be
|
||
20 years ago
|
|
||
17 years ago
|
#endif /* _ASM_H8300_UNALIGNED_H */
|