summaryrefslogtreecommitdiffstats
path: root/src/include/errno.h
diff options
context:
space:
mode:
authorMichael Brown2006-04-19 03:54:53 +0200
committerMichael Brown2006-04-19 03:54:53 +0200
commit4f3581e99ccf3ed9cdf7abd49d5f9d2675890c75 (patch)
treedbbdf51dd7547b7ad67ca01267f6411b5501f238 /src/include/errno.h
parentAdded pkb_unput() and pkb_len(). (diff)
downloadipxe-4f3581e99ccf3ed9cdf7abd49d5f9d2675890c75.tar.gz
ipxe-4f3581e99ccf3ed9cdf7abd49d5f9d2675890c75.tar.xz
ipxe-4f3581e99ccf3ed9cdf7abd49d5f9d2675890c75.zip
Added ENOENT and EAFNOSUPPORT
Diffstat (limited to 'src/include/errno.h')
-rw-r--r--src/include/errno.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/errno.h b/src/include/errno.h
index e122d9c3..5df13451 100644
--- a/src/include/errno.h
+++ b/src/include/errno.h
@@ -122,6 +122,8 @@
#define EIMGRET 0xd1
#define ETIMEDOUT 0xd2
#define EINVAL 0xd3
+#define ENOENT 0xd4
+#define EAFNOSUPPORT 0xd5
/* Data structures and declarations */