From: Masahiro Yamada Date: Wed, 21 Sep 2016 02:28:54 +0000 (+0900) Subject: Add as a wrapper of X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=519d9424c33026677868e3b29203120261516996;p=u-boot.git Add as a wrapper of This will be used to consolidate errno.h variants. Signed-off-by: Masahiro Yamada Reviewed-by: Simon Glass --- diff --git a/include/linux/errno.h b/include/linux/errno.h new file mode 100644 index 0000000000..4762ae91d0 --- /dev/null +++ b/include/linux/errno.h @@ -0,0 +1,6 @@ +#ifndef _LINUX_ERRNO_H +#define _LINUX_ERRNO_H + +#include + +#endif