summaryrefslogtreecommitdiff
path: root/libprio/rdac.h
diff options
context:
space:
mode:
Diffstat (limited to 'libprio/rdac.h')
-rw-r--r--libprio/rdac.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libprio/rdac.h b/libprio/rdac.h
new file mode 100644
index 0000000..a5b7f8e
--- /dev/null
+++ b/libprio/rdac.h
@@ -0,0 +1,7 @@
+#ifndef _RDAC_H
+#define _RDAC_H
+
+#define PRIO_RDAC "rdac"
+int prio_rdac(struct path * pp);
+
+#endif