git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5bf5cb
)
Add <linux/errno.h> as a wrapper of <asm-generic/errno.h>
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Wed, 21 Sep 2016 02:28:54 +0000
(11:28 +0900)
committer
Tom Rini
<trini@konsulko.com>
Fri, 23 Sep 2016 21:53:57 +0000
(17:53 -0400)
This will be used to consolidate errno.h variants.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/linux/errno.h
[new file with mode: 0644]
patch
|
blob
diff --git a/include/linux/errno.h
b/include/linux/errno.h
new file mode 100644
(file)
index 0000000..
4762ae9
--- /dev/null
+++ b/
include/linux/errno.h
@@ -0,0
+1,6
@@
+#ifndef _LINUX_ERRNO_H
+#define _LINUX_ERRNO_H
+
+#include <asm-generic/errno.h>
+
+#endif