1 /***************************************************************************
2  *
3  * osspec_solaris.h : definitions for Solaris HAL backend
4  *
5  * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
6  * Use is subject to license terms.
7  *
8  * Licensed under the Academic Free License version 2.1
9  *
10  **************************************************************************/
11 
12 #ifndef OSSPEC_SOLARIS_H
13 #define OSSPEC_SOLARIS_H
14 
15 #include <glib.h>
16 
17 void hotplug_queue_now_empty (void);
18 HalDevice *hal_util_find_closest_ancestor (const gchar *devfs_path, gchar **ancestor_devfs_path, gchar **hotplug_devfs_path);
19 char *dsk_to_rdsk(char *);
20 
21 #endif /* OSSPEC_SOLARIS_H */
22