summaryrefslogtreecommitdiff
path: root/sys/dev/sysmon/sysmon_taskq.h
diff options
context:
space:
mode:
authorpgoyette <pgoyette@NetBSD.org>2015-04-27 07:51:28 +0000
committerpgoyette <pgoyette@NetBSD.org>2015-04-27 07:51:28 +0000
commit672cde7bbcb056d3eb7d27a7ef7133d7d1be4d55 (patch)
tree3fcd399f481cea4039321d20395de8cf95b8fca0 /sys/dev/sysmon/sysmon_taskq.h
parentdd3101b07a823bc898e2392610911e1f15465858 (diff)
Replace a home-grown run-once implementation with the real RUN_ONCE()
Diffstat (limited to 'sys/dev/sysmon/sysmon_taskq.h')
-rw-r--r--sys/dev/sysmon/sysmon_taskq.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/sysmon/sysmon_taskq.h b/sys/dev/sysmon/sysmon_taskq.h
index 707669741ec..32a4fcd7a2f 100644
--- a/sys/dev/sysmon/sysmon_taskq.h
+++ b/sys/dev/sysmon/sysmon_taskq.h
@@ -1,4 +1,4 @@
-/* $NetBSD: sysmon_taskq.h,v 1.3 2015/04/24 00:31:04 pgoyette Exp $ */
+/* $NetBSD: sysmon_taskq.h,v 1.4 2015/04/27 07:51:28 pgoyette Exp $ */
/*
* Copyright (c) 2003 Wasabi Systems, Inc.
@@ -38,7 +38,6 @@
#ifndef _DEV_SYSMON_SYSMON_TASKQ_H_
#define _DEV_SYSMON_SYSMON_TASKQ_H_
-void sysmon_task_queue_preinit(void);
void sysmon_task_queue_init(void);
int sysmon_task_queue_fini(void);
int sysmon_task_queue_sched(u_int, void (*)(void *), void *);