diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2010-03-20 07:05:44 +0800 |
---|---|---|
committer | Scott McNutt <smcnutt@psyent.com> | 2010-04-02 12:28:40 -0400 |
commit | 54d809e7553939629e8941ab9eef1f762463a2b3 (patch) | |
tree | 42b765ff700ef6aed110463ad8c43bfca452a8a8 /include | |
parent | c9d4f46b5d639a45747d5eaabd31d35856cb918f (diff) | |
download | u-boot-54d809e7553939629e8941ab9eef1f762463a2b3.tar.gz u-boot-54d809e7553939629e8941ab9eef1f762463a2b3.tar.xz u-boot-54d809e7553939629e8941ab9eef1f762463a2b3.zip |
nios2: add asm-nios2/errno.h
Just pull in asm-generic.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Signed-off-by: Scott McNutt <smcnutt@psyent.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-nios2/errno.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-nios2/errno.h b/include/asm-nios2/errno.h new file mode 100644 index 0000000000..4c82b503d9 --- /dev/null +++ b/include/asm-nios2/errno.h @@ -0,0 +1 @@ +#include <asm-generic/errno.h> |