From: Simon Glass Date: Sat, 5 Jan 2013 10:48:23 +0000 (+0000) Subject: nds32: Add a basic errno.h X-Git-Tag: v2013.04-rc1~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea6bd08b7717bf0d3f69ad9f016bf3b03b3eaf16;p=kernel%2Fu-boot.git nds32: Add a basic errno.h 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 --- 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