summaryrefslogtreecommitdiffstats
path: root/lib/libspl/include/devid.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libspl/include/devid.h')
-rw-r--r--lib/libspl/include/devid.h77
1 files changed, 0 insertions, 77 deletions
diff --git a/lib/libspl/include/devid.h b/lib/libspl/include/devid.h
index 4b346da0f..8e483281a 100644
--- a/lib/libspl/include/devid.h
+++ b/lib/libspl/include/devid.h
@@ -28,82 +28,5 @@
#define _LIBSPL_DEVID_H
#include <sys/types.h>
-#include <stdlib.h>
-
-typedef int ddi_devid_t;
-
-typedef struct devid_nmlist {
- char *devname;
- dev_t dev;
-} devid_nmlist_t;
-
-static inline
-int
-devid_str_decode(
- char *devidstr,
- ddi_devid_t *retdevid,
- char **retminor_name)
-{
- abort();
-}
-
-static inline
-int
-devid_deviceid_to_nmlist(
- char *search_path,
- ddi_devid_t devid,
- char *minor_name,
- devid_nmlist_t **retlist)
-{
- abort();
-}
-
-static inline
-void
-devid_str_free(char *str)
-{
- abort();
-}
-
-static inline
-void
-devid_free(ddi_devid_t devid)
-{
- abort();
-}
-
-static inline
-void
-devid_free_nmlist(devid_nmlist_t *list)
-{
- abort();
-}
-
-static inline
-int
-devid_get(
- int fd,
- ddi_devid_t *retdevid)
-{
- return (-1);
-}
-
-static inline
-int
-devid_get_minor_name(
- int fd,
- char **retminor_name)
-{
- abort();
-}
-
-static inline
-char *
-devid_str_encode(
- ddi_devid_t devid,
- char *minor_name)
-{
- abort();
-}
#endif