浏览代码

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>
Simon Glass 12 年之前
父节点
当前提交
ea6bd08b77
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/nds32/include/asm/errno.h

+ 1 - 0
arch/nds32/include/asm/errno.h

@@ -0,0 +1 @@
+#include <asm-generic/errno.h>