1N/A/***************************************************************************
1N/A *
1N/A * osspec_solaris.h : definitions for Solaris HAL backend
1N/A *
1N/A * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
1N/A * Use is subject to license terms.
1N/A *
1N/A * Licensed under the Academic Free License version 2.1
1N/A *
1N/A **************************************************************************/
1N/A
1N/A#pragma ident "%Z%%M% %I% %E% SMI"
1N/A
1N/A#ifndef OSSPEC_SOLARIS_H
1N/A#define OSSPEC_SOLARIS_H
1N/A
1N/A#include <glib.h>
1N/A
1N/Avoid hotplug_queue_now_empty (void);
1N/AHalDevice *hal_util_find_closest_ancestor (const gchar *devfs_path, gchar **ancestor_devfs_path, gchar **hotplug_devfs_path);
1N/Achar *dsk_to_rdsk(char *);
1N/A
1N/A#endif /* OSSPEC_SOLARIS_H */