ソースを参照

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>