diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2016-04-27 16:33:17 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2016-04-27 16:33:17 +0000 |
| commit | 88eb5c506d00e446dcfeb0f84b36d5132a8d9f6b (patch) | |
| tree | 9d890003db3954532ce3e8f39ed0184a8e9983dc /lib/libdevctl/devctl.h | |
| parent | 3d0338a09278a0cc38785321f102de9775c57ed3 (diff) | |
Notes
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 40c64c126dda..670ca1a114f5 100644 --- a/lib/libdevctl/devctl.h +++ b/lib/libdevctl/devctl.h @@ -39,5 +39,6 @@ int devctl_suspend(const char *device); int devctl_resume(const char *device); int devctl_set_driver(const char *device, const char *driver, bool force); int devctl_rescan(const char *device); +int devctl_delete(const char *device, bool force); #endif /* !__DEVCTL_H__ */ |
