aboutsummaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
new file mode 100644
index 0000000..a9cfca2
--- /dev/null
+++ b/include/common.h
@@ -0,0 +1,5 @@
+#ifndef _COMMON_H
+#define _COMMON_H
+#define OPT_DEV (1 << 0)
+#define OPT_UUID (1 << 1)
+#endif