Add <linux/errno.h> as a wrapper of <asm-generic/errno.h>
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>
This commit is contained in:
parent
b5bf5cb3b3
commit
519d9424c3
|
@ -0,0 +1,6 @@
|
||||||
|
#ifndef _LINUX_ERRNO_H
|
||||||
|
#define _LINUX_ERRNO_H
|
||||||
|
|
||||||
|
#include <asm-generic/errno.h>
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue