commit | de3ac60119a6b8dc5c546809d06c890384416111 | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Tue Mar 16 12:12:48 2010 -0400 |
committer | Scott McNutt <smcnutt@psyent.com> | Tue Mar 16 12:12:48 2010 -0400 |
tree | 67aae36840e1c489fe49885f83fbc6d7c587f05b | |
parent | b1aa0949ef50f0631700e683beeca526cc07140e [diff] |
nios2: use generic unaligned.h Signed-off-by: Scott McNutt <smcnutt@psyent.com>
diff --git a/include/asm-nios2/unaligned.h b/include/asm-nios2/unaligned.h new file mode 100644 index 0000000..779117c --- /dev/null +++ b/include/asm-nios2/unaligned.h
@@ -0,0 +1,6 @@ +#ifndef _ASM_NIOS2_UNALIGNED_H +#define _ASM_NIOS2_UNALIGNED_H + +#include <asm-generic/unaligned.h> + +#endif /* _ASM_NIOS2_UNALIGNED_H */