projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd428c0
)
nios2: use generic unaligned.h
author
Thomas Chou
<thomas@wytron.com.tw>
Tue, 16 Mar 2010 16:12:48 +0000
(12:12 -0400)
committer
Wolfgang Denk
<wd@denx.de>
Sun, 21 Mar 2010 21:44:42 +0000
(22:44 +0100)
Signed-off-by: Scott McNutt <smcnutt@psyent.com>
include/asm-nios2/unaligned.h
[new file with mode: 0644]
patch
|
blob
diff --git a/include/asm-nios2/unaligned.h
b/include/asm-nios2/unaligned.h
new file mode 100644
(file)
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 */