summaryrefslogtreecommitdiff
path: root/usr/src/lib/libdevinfo/device_info.h
diff options
context:
space:
mode:
authorJan Parcel <Jan.Parcel@Sun.COM>2010-01-14 17:22:31 -0800
committerJan Parcel <Jan.Parcel@Sun.COM>2010-01-14 17:22:31 -0800
commitaef83d42faaccf25ad8bd8dc892c2fb6fa7efdad (patch)
tree7623a3df3368ef72fc3ebee614f9f433d63d4a9b /usr/src/lib/libdevinfo/device_info.h
parent7b114c4b72aa312e481641f6d76a0f0194877786 (diff)
downloadillumos-joyent-aef83d42faaccf25ad8bd8dc892c2fb6fa7efdad.tar.gz
6855420 TX: USB built-in floppy drive should automatically populate the Device Manager
6868082 TX: devfsadm must rely on device_maps file with multiple hot-pluggable usb devices 6885946 libbssm or libdevinfo .h changes not reflected upon make install
Diffstat (limited to 'usr/src/lib/libdevinfo/device_info.h')
-rw-r--r--usr/src/lib/libdevinfo/device_info.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/usr/src/lib/libdevinfo/device_info.h b/usr/src/lib/libdevinfo/device_info.h
index 32e65ac8d8..62087d1ba3 100644
--- a/usr/src/lib/libdevinfo/device_info.h
+++ b/usr/src/lib/libdevinfo/device_info.h
@@ -19,7 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2010 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -129,6 +129,12 @@ extern int devfs_get_all_prom_names(const char *, uint_t,
extern void devfs_free_all_prom_names(struct devfs_prom_path *);
/*
+ * Interpret a /dev link to its /devices path (does not require path to
+ * still exist, as long as the links exist)
+ */
+extern int devfs_resolve_link(char *, char **);
+
+/*
* map a device name from install OS environment to target OS environment or
* vice-versa.
*/