diff options
| author | Graeme Russ <graeme.russ@gmail.com> | 2009-08-23 12:59:45 +1000 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2009-09-04 21:49:19 +0200 | 
| commit | a3ab8caee696a1d53fc82fa321e2b2f179970168 (patch) | |
| tree | 9f8b3f7737674e4b57236dbb3696839a0382ed2d | |
| parent | d4e8ada0f6d51e0e3b80790fb9375ac8910f5352 (diff) | |
| download | olio-uboot-2014.01-a3ab8caee696a1d53fc82fa321e2b2f179970168.tar.xz olio-uboot-2014.01-a3ab8caee696a1d53fc82fa321e2b2f179970168.zip | |
i386: Add errno.h
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
| -rw-r--r-- | include/asm-i386/errno.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/asm-i386/errno.h b/include/asm-i386/errno.h new file mode 100644 index 000000000..4c82b503d --- /dev/null +++ b/include/asm-i386/errno.h @@ -0,0 +1 @@ +#include <asm-generic/errno.h> |