diff options
author | Simon Glass <sjg@chromium.org> | 2013-01-05 10:48:23 +0000 |
---|---|---|
committer | Macpaul Lin <macpaul@gmail.com> | 2013-02-18 15:29:07 +0800 |
commit | ea6bd08b7717bf0d3f69ad9f016bf3b03b3eaf16 (patch) | |
tree | 8977b28a49b2c6c7188ed97c32d811478032d9f4 /arch/nds32 | |
parent | 9f024f62e4604274a23213dcee30016092e32e7b (diff) |
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 <sjg@chromium.org>
Diffstat (limited to 'arch/nds32')
-rw-r--r-- | arch/nds32/include/asm/errno.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/nds32/include/asm/errno.h b/arch/nds32/include/asm/errno.h new file mode 100644 index 00000000000..4c82b503d92 --- /dev/null +++ b/arch/nds32/include/asm/errno.h @@ -0,0 +1 @@ +#include <asm-generic/errno.h> |