summaryrefslogtreecommitdiffstats
path: root/include/grub/util/ofpath.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grub/util/ofpath.h')
-rw-r--r--include/grub/util/ofpath.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/grub/util/ofpath.h b/include/grub/util/ofpath.h
new file mode 100644
index 0000000..b43c523
--- /dev/null
+++ b/include/grub/util/ofpath.h
@@ -0,0 +1,6 @@
+#ifndef GRUB_OFPATH_MACHINE_UTIL_HEADER
+#define GRUB_OFPATH_MACHINE_UTIL_HEADER 1
+
+char *grub_util_devname_to_ofpath (const char *devname);
+
+#endif /* ! GRUB_OFPATH_MACHINE_UTIL_HEADER */