diff options
author | Michael Brown <mcb30@etherboot.org> | 2006-04-19 12:07:46 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2006-04-19 12:07:46 +0000 |
commit | 6209bd873a075f01d43d58c67068a215d27c2d45 (patch) | |
tree | cffa8390bfd3e2ac7460bc43eb6443bc782bc40a /src/include/errno.h | |
parent | bdc8190c8dea79b0d72f5b80654269836964e5b8 (diff) | |
download | ipxe-6209bd873a075f01d43d58c67068a215d27c2d45.tar.gz |
First sketch of a new net device API.
Diffstat (limited to 'src/include/errno.h')
-rw-r--r-- | src/include/errno.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/errno.h b/src/include/errno.h index 5df13451..f96231be 100644 --- a/src/include/errno.h +++ b/src/include/errno.h @@ -124,6 +124,7 @@ #define EINVAL 0xd3 #define ENOENT 0xd4 #define EAFNOSUPPORT 0xd5 +#define EAGAIN 0xd6 /* Data structures and declarations */ |