summaryrefslogtreecommitdiff
path: root/kern/error.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-05-31 21:10:58 +0200
committerRichard Braun <rbraun@sceen.net>2017-05-31 21:10:58 +0200
commita9ce9f79a324e1b8d6d299bc4e43f02f71d0eb7f (patch)
tree4b351fc603ebceab32fec37372bb947714b893e4 /kern/error.h
parent2f4a4c7b6f4e4836c7528f1d0ae2b35d06dd1a23 (diff)
kern/error: new ERROR_SRCH macro
Diffstat (limited to 'kern/error.h')
-rw-r--r--kern/error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/error.h b/kern/error.h
index 96a2620..4d69a6e 100644
--- a/kern/error.h
+++ b/kern/error.h
@@ -26,6 +26,7 @@
#define ERROR_NODEV 6
#define ERROR_EXIST 7
#define ERROR_IO 8
+#define ERROR_SRCH 9
/*
* Return a string describing the given error.