diff options
Diffstat (limited to 'lib/libdevctl/devctl.h')
-rw-r--r-- | lib/libdevctl/devctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libdevctl/devctl.h b/lib/libdevctl/devctl.h index 3426cce..d65ea13 100644 --- a/lib/libdevctl/devctl.h +++ b/lib/libdevctl/devctl.h @@ -36,5 +36,6 @@ int devctl_detach(const char *device, bool force); int devctl_enable(const char *device); int devctl_disable(const char *device, bool force_detach); int devctl_set_driver(const char *device, const char *driver, bool force); +int devctl_clear_driver(const char *device, bool force); #endif /* !__DEVCTL_H__ */ |