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.
11 lines
302 B
11 lines
302 B
#ifndef _ASM_H8300_UNALIGNED_H
|
|
#define _ASM_H8300_UNALIGNED_H
|
|
|
|
#include <linux/unaligned/be_memmove.h>
|
|
#include <linux/unaligned/le_byteshift.h>
|
|
#include <linux/unaligned/generic.h>
|
|
|
|
#define get_unaligned __get_unaligned_be
|
|
#define put_unaligned __put_unaligned_be
|
|
|
|
#endif /* _ASM_H8300_UNALIGNED_H */
|
|
|