summaryrefslogtreecommitdiffstats
path: root/sys/sys/devicestat.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-03-08 21:46:43 +0000
committerphk <phk@FreeBSD.org>2003-03-08 21:46:43 +0000
commitcb28d5d2182d6393af3703664d8ae496039b6005 (patch)
tree439b9bf991a05cb8e1f20c157e4426c8468b0418 /sys/sys/devicestat.h
parentcaaeebfffc5cfa03a16b89c0cc5eb8e80c71558d (diff)
downloadFreeBSD-src-cb28d5d2182d6393af3703664d8ae496039b6005.zip
FreeBSD-src-cb28d5d2182d6393af3703664d8ae496039b6005.tar.gz
Retire devstat_add_entry() as a public function and bump __FreeBSD_version
to mark this act.
Diffstat (limited to 'sys/sys/devicestat.h')
-rw-r--r--sys/sys/devicestat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/sys/devicestat.h b/sys/sys/devicestat.h
index 1136044..3655db4 100644
--- a/sys/sys/devicestat.h
+++ b/sys/sys/devicestat.h
@@ -223,11 +223,6 @@ struct devstat *devstat_new_entry(const char *dev_name,
devstat_type_flags device_type,
devstat_priority priority);
-void devstat_add_entry(struct devstat *ds, const char *dev_name,
- int unit_number, u_int32_t block_size,
- devstat_support_flags flags,
- devstat_type_flags device_type,
- devstat_priority priority);
void devstat_remove_entry(struct devstat *ds);
void devstat_start_transaction(struct devstat *ds);
void devstat_end_transaction(struct devstat *ds, u_int32_t bytes,
OpenPOWER on IntegriCloud