From 519d9424c33026677868e3b29203120261516996 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Wed, 21 Sep 2016 11:28:54 +0900 Subject: [PATCH] Add as a wrapper of This will be used to consolidate errno.h variants. Signed-off-by: Masahiro Yamada Reviewed-by: Simon Glass --- 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 0000000000..4762ae91d0 --- /dev/null +++ b/include/linux/errno.h @@ -0,0 +1,6 @@ +#ifndef _LINUX_ERRNO_H +#define _LINUX_ERRNO_H + +#include + +#endif -- 2.39.2