summaryrefslogtreecommitdiff
path: root/extras/volume_id/volume_id_logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'extras/volume_id/volume_id_logging.h')
-rw-r--r--extras/volume_id/volume_id_logging.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/extras/volume_id/volume_id_logging.h b/extras/volume_id/volume_id_logging.h
new file mode 100644
index 0000000000..e978ce197c
--- /dev/null
+++ b/extras/volume_id/volume_id_logging.h
@@ -0,0 +1,21 @@
+/*
+ * volume_id_logging - this file is used to map the dbg() function
+ * to the host logging facility
+ *
+ */
+
+#ifndef _VOLUME_ID_LOGGING_H_
+#define _VOLUME_ID_LOGGING_H_
+
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE 1
+#endif
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+/* just use the udev version*/
+#include "../../logging.h"
+
+#endif /* _VOLUME_ID_LOGGING_H_ */