aboutsummaryrefslogtreecommitdiff
path: root/kernel/inc/dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/inc/dev.h')
-rw-r--r--kernel/inc/dev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/inc/dev.h b/kernel/inc/dev.h
index fc5e424..c824009 100644
--- a/kernel/inc/dev.h
+++ b/kernel/inc/dev.h
@@ -17,6 +17,7 @@ struct dev_dev {
void dev_install(void);
void dev_add(enum dev_type type, struct dev_dev *dev) NONNULL;
+void dev_remove_proc(struct proc *proc) NONNULL;
// No NONNULL on syscalls
res dev_control(enum dev_type type, u32 request, void *arg1, void *arg2, void *arg3);