summaryrefslogtreecommitdiffstats
path: root/src/include/errno.h
diff options
context:
space:
mode:
authorMichael Brown2006-04-19 14:07:46 +0200
committerMichael Brown2006-04-19 14:07:46 +0200
commit6209bd873a075f01d43d58c67068a215d27c2d45 (patch)
treecffa8390bfd3e2ac7460bc43eb6443bc782bc40a /src/include/errno.h
parentRemove the concept of the media-independent link-layer header and replace (diff)
downloadipxe-6209bd873a075f01d43d58c67068a215d27c2d45.tar.gz
ipxe-6209bd873a075f01d43d58c67068a215d27c2d45.tar.xz
ipxe-6209bd873a075f01d43d58c67068a215d27c2d45.zip
First sketch of a new net device API.
Diffstat (limited to 'src/include/errno.h')
-rw-r--r--src/include/errno.h1
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 */