summaryrefslogtreecommitdiff
path: root/kern/error.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2013-06-09 14:34:12 +0200
committerRichard Braun <rbraun@sceen.net>2013-06-09 14:34:12 +0200
commit281a28a6f311d56cc1d77b8bc89b1d7997ad86d1 (patch)
tree17477ae5a87730440d4157eb3f9eb9b8d0c81849 /kern/error.h
parent485e24a7afeebb7f0ce933fd3be8c61472902c34 (diff)
kern/rdxtree: new module
This module implements radix trees, a data structure consisting of a tree of arrays which can store many items while guaranteeing a small maximum tree height.
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 6cf18b7..bdb6bda 100644
--- a/kern/error.h
+++ b/kern/error.h
@@ -21,5 +21,6 @@
#define ERROR_NOMEM 1
#define ERROR_AGAIN 2
#define ERROR_INVAL 3
+#define ERROR_BUSY 4
#endif /* _KERN_ERROR_H */