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:
9f024f6
)
nds32: Add a basic errno.h
author
Simon Glass
<sjg@chromium.org>
Sat, 5 Jan 2013 10:48:23 +0000
(10:48 +0000)
committer
Macpaul Lin
<macpaul@gmail.com>
Mon, 18 Feb 2013 07:29:07 +0000
(15:29 +0800)
This is available on other architectures, and nds32 will start to break
without it as code starts to use error numbers more.
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/nds32/include/asm/errno.h
[new file with mode: 0644]
patch
|
blob
diff --git a/arch/nds32/include/asm/errno.h
b/arch/nds32/include/asm/errno.h
new file mode 100644
(file)
index 0000000..
4c82b50
--- /dev/null
+++ b/
arch/nds32/include/asm/errno.h
@@ -0,0
+1
@@
+#include <asm-generic/errno.h>