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