osspec_solaris.h revision 2916:ba92c662e4ef
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
19void hotplug_queue_now_empty (void);
20HalDevice *hal_util_find_closest_ancestor (const gchar *devfs_path, gchar **ancestor_devfs_path, gchar **hotplug_devfs_path);
21char *dsk_to_rdsk(char *);
22
23#endif /* OSSPEC_SOLARIS_H */
24