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 #pragma ident "%Z%%M% %I% %E% SMI" 13 14 #ifndef OSSPEC_SOLARIS_H 15 #define OSSPEC_SOLARIS_H 16 17 #include <glib.h> 18 19 void hotplug_queue_now_empty (void); 20 HalDevice *hal_util_find_closest_ancestor (const gchar *devfs_path, gchar **ancestor_devfs_path, gchar **hotplug_devfs_path); 21 char *dsk_to_rdsk(char *); 22 23 #endif /* OSSPEC_SOLARIS_H */ 24