Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Add disk_set_info() prototype



details:   https://anonhg.NetBSD.org/src/rev/fa45e9ace971
branches:  trunk
changeset: 787017:fa45e9ace971
user:      martin <martin%NetBSD.org@localhost>
date:      Wed May 29 15:22:19 2013 +0000

description:
Add disk_set_info() prototype

diffstat:

 sys/sys/disk.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 89eee500b450 -r fa45e9ace971 sys/sys/disk.h
--- a/sys/sys/disk.h    Wed May 29 15:11:11 2013 +0000
+++ b/sys/sys/disk.h    Wed May 29 15:22:19 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disk.h,v 1.58 2013/05/29 15:11:11 martin Exp $ */
+/*     $NetBSD: disk.h,v 1.59 2013/05/29 15:22:19 martin Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997, 2004 The NetBSD Foundation, Inc.
@@ -524,6 +524,7 @@
 void   disk_blocksize(struct disk *, int);
 struct disk *disk_find(const char *);
 int    disk_ioctl(struct disk *, u_long, void *, int, struct lwp *);
+void   disk_set_info(device_t, struct disk *, const char *);
 
 void   dkwedge_init(void);
 int    dkwedge_add(struct dkwedge_info *);



Home | Main Index | Thread Index | Old Index