mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
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>
This commit is contained in:
parent
9f024f62e4
commit
ea6bd08b77
1 changed files with 1 additions and 0 deletions
1
arch/nds32/include/asm/errno.h
Normal file
1
arch/nds32/include/asm/errno.h
Normal file
|
@ -0,0 +1 @@
|
|||
#include <asm-generic/errno.h>
|
Loading…
Reference in a new issue