From 519d9424c33026677868e3b29203120261516996 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Wed, 21 Sep 2016 11:28:54 +0900 Subject: 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 0000000..4762ae9 --- /dev/null +++ b/include/linux/errno.h @@ -0,0 +1,6 @@ +#ifndef _LINUX_ERRNO_H +#define _LINUX_ERRNO_H + +#include + +#endif -- cgit v0.10.2