aboutsummaryrefslogtreecommitdiff
path: root/lib/libdevctl/devctl.h
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-08-23 05:05:47 +0000
committerWarner Losh <imp@FreeBSD.org>2018-08-23 05:05:47 +0000
commit5fa29797910346fc0c54829bd979856e83b9b7ea (patch)
tree461c4837323a9d9612e2ccd14735ea250d763699 /lib/libdevctl/devctl.h
parent67b60a1b7d46d959bdd4925944b149eebbfb593f (diff)
Notes
Diffstat (limited to 'lib/libdevctl/devctl.h')
-rw-r--r--lib/libdevctl/devctl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libdevctl/devctl.h b/lib/libdevctl/devctl.h
index d49199ad0b59..11a21753809d 100644
--- a/lib/libdevctl/devctl.h
+++ b/lib/libdevctl/devctl.h
@@ -41,5 +41,7 @@ int devctl_set_driver(const char *device, const char *driver, bool force);
int devctl_clear_driver(const char *device, bool force);
int devctl_rescan(const char *device);
int devctl_delete(const char *device, bool force);
+int devctl_freeze(void);
+int devctl_thaw(void);
#endif /* !__DEVCTL_H__ */