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 /include/asm-i386 | |
parent | d4e8ada0f6d51e0e3b80790fb9375ac8910f5352 (diff) | |
download | u-boot-imx-a3ab8caee696a1d53fc82fa321e2b2f179970168.zip u-boot-imx-a3ab8caee696a1d53fc82fa321e2b2f179970168.tar.gz u-boot-imx-a3ab8caee696a1d53fc82fa321e2b2f179970168.tar.bz2 |
i386: Add errno.h
Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'include/asm-i386')
-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 0000000..4c82b50 --- /dev/null +++ b/include/asm-i386/errno.h @@ -0,0 +1 @@ +#include <asm-generic/errno.h> |