summaryrefslogtreecommitdiff
path: root/kern/error.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-05-28 17:33:26 +0200
committerRichard Braun <rbraun@sceen.net>2017-05-28 17:57:29 +0200
commit5a711e07fe97d3fdbd6e322bacd41de44bdf82d3 (patch)
treece44a0d78f4764f61b51ccd45ddc3bc72de6fdce /kern/error.h
parent2f3437c5a936c9871644971952922e7040313854 (diff)
kern/error: new ERROR_EXIST and ERROR_IO macros
Diffstat (limited to 'kern/error.h')
-rw-r--r--kern/error.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/error.h b/kern/error.h
index 62859f4..96a2620 100644
--- a/kern/error.h
+++ b/kern/error.h
@@ -24,6 +24,8 @@
#define ERROR_BUSY 4
#define ERROR_FAULT 5
#define ERROR_NODEV 6
+#define ERROR_EXIST 7
+#define ERROR_IO 8
/*
* Return a string describing the given error.