From patchwork Sat Jan 5 20:48:23 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot] nds32: Add a basic errno.h Date: Sat, 05 Jan 2013 10:48:23 -0000 From: Simon Glass X-Patchwork-Id: 209697 Message-Id: <1357418903-26736-1-git-send-email-sjg@chromium.org> To: U-Boot Mailing List Cc: Macpaul Lin This is available on other architectures, and nds32 will start to break without it as code starts to use error numbers more. Signed-off-by: Simon Glass --- arch/nds32/include/asm/errno.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) create mode 100644 arch/nds32/include/asm/errno.h diff --git a/arch/nds32/include/asm/errno.h b/arch/nds32/include/asm/errno.h new file mode 100644 index 0000000..4c82b50 --- /dev/null +++ b/arch/nds32/include/asm/errno.h @@ -0,0 +1 @@ +#include