12912Sartem /*************************************************************************** 22912Sartem * 32912Sartem * osspec_solaris.h : definitions for Solaris HAL backend 42912Sartem * 52912Sartem * Copyright 2006 Sun Microsystems, Inc. All rights reserved. 62912Sartem * Use is subject to license terms. 72912Sartem * 82912Sartem * Licensed under the Academic Free License version 2.1 92912Sartem * 102912Sartem **************************************************************************/ 112912Sartem 12*2916Sartem #pragma ident "%Z%%M% %I% %E% SMI" 132912Sartem 142912Sartem #ifndef OSSPEC_SOLARIS_H 152912Sartem #define OSSPEC_SOLARIS_H 162912Sartem 172912Sartem #include <glib.h> 182912Sartem 192912Sartem void hotplug_queue_now_empty (void); 202912Sartem HalDevice *hal_util_find_closest_ancestor (const gchar *devfs_path, gchar **ancestor_devfs_path, gchar **hotplug_devfs_path); 212912Sartem char *dsk_to_rdsk(char *); 222912Sartem 232912Sartem #endif /* OSSPEC_SOLARIS_H */ 24