summaryrefslogtreecommitdiffstats
path: root/sys/sys/callout.h
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2015-09-22 06:51:55 +0000
committerhselasky <hselasky@FreeBSD.org>2015-09-22 06:51:55 +0000
commitd198450d085ca17771193b82da7a4d138e1ff68c (patch)
treeff4a3ba920959ece9ef97d77327c382f5baf436e /sys/sys/callout.h
parentf5a18ee76c9831bbdcf1105248287b9c439ad58d (diff)
downloadFreeBSD-src-d198450d085ca17771193b82da7a4d138e1ff68c.zip
FreeBSD-src-d198450d085ca17771193b82da7a4d138e1ff68c.tar.gz
Revert r287780 until more developers have their say.
Differential Revision: https://reviews.freebsd.org/D3521 Requested by: gnn
Diffstat (limited to 'sys/sys/callout.h')
-rw-r--r--sys/sys/callout.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/callout.h b/sys/sys/callout.h
index f2841e8..5e21164 100644
--- a/sys/sys/callout.h
+++ b/sys/sys/callout.h
@@ -82,7 +82,6 @@ struct callout_handle {
#define callout_active(c) ((c)->c_flags & CALLOUT_ACTIVE)
#define callout_deactivate(c) ((c)->c_flags &= ~CALLOUT_ACTIVE)
#define callout_drain(c) _callout_stop_safe(c, 1)
-int callout_drain_async(struct callout *, callout_func_t *, void *);
void callout_init(struct callout *, int);
void _callout_init_lock(struct callout *, struct lock_object *, int);
#define callout_init_mtx(c, mtx, flags) \
OpenPOWER on IntegriCloud