[U-Boot] [RESEND PATCH 02/10] Add <linux/errno.h> as a wrapper of <asm-generic/errno.h>

Masahiro Yamada yamada.masahiro at socionext.com
Wed Sep 21 04:28:54 CEST 2016


This will be used to consolidate errno.h variants.

Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
---

 include/linux/errno.h | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 include/linux/errno.h

diff --git a/include/linux/errno.h b/include/linux/errno.h
new file mode 100644
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
-- 
1.9.1



More information about the U-Boot mailing list