aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1999-08-24 18:31:06 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1999-08-24 18:31:06 +0000
commitc1df7a7420947f52dc2d0cceca91b31b32e663cf (patch)
treec673b4577194061c3e573546ea9e9c971d63400a /sys
parente6a80efcddded72bb6f6accd1dee9e4f5b6563b9 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/include/perfmon.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/i386/include/perfmon.h b/sys/i386/include/perfmon.h
index bee8ff21088bd..6a7ae14e38a26 100644
--- a/sys/i386/include/perfmon.h
+++ b/sys/i386/include/perfmon.h
@@ -26,7 +26,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: perfmon.h,v 1.4 1997/02/22 09:34:57 peter Exp $
*/
/*
@@ -112,13 +112,6 @@ int perfmon_stop __P((int));
int perfmon_read __P((int, quad_t *));
int perfmon_reset __P((int));
-/*
- * We pass the device down this interface because in the future
- * the different counters might be accessed through separate devices.
- */
-int perfmon_close __P((dev_t, int, int, struct proc *));
-int perfmon_open __P((dev_t, int, int, struct proc *));
-int perfmon_ioctl __P((dev_t, int, caddr_t, int, struct proc *));
#endif /* KERNEL */
/*