commit | 0d32223d4c41889516b961f3823944524cbde842 | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Tue Mar 16 12:12:48 2010 -0400 |
committer | Wolfgang Denk <wd@denx.de> | Sun Mar 21 22:44:42 2010 +0100 |
tree | e4c47122542e4e9f1f876d833325384c4e4a27ec | |
parent | a414c7a99c9a7cfcfc4055cecb21fab2f2296dfe [diff] [blame] |
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 */