blob: fd8a1d634945dd916e5b6204c8e266a8c245fbec [file] [log] [blame]
Harvey Harrison6510d412008-04-29 01:03:30 -07001#ifndef _ASM_BLACKFIN_UNALIGNED_H
2#define _ASM_BLACKFIN_UNALIGNED_H
Bryan Wu1394f032007-05-06 14:50:22 -07003
Harvey Harrison6510d412008-04-29 01:03:30 -07004#include <linux/unaligned/le_struct.h>
5#include <linux/unaligned/be_byteshift.h>
6#include <linux/unaligned/generic.h>
Bryan Wu1394f032007-05-06 14:50:22 -07007
Harvey Harrison6510d412008-04-29 01:03:30 -07008#define get_unaligned __get_unaligned_le
9#define put_unaligned __put_unaligned_le
10
11#endif /* _ASM_BLACKFIN_UNALIGNED_H */