summaryrefslogtreecommitdiff
path: root/util/flashrom/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/flashrom/debug.h')
-rw-r--r--util/flashrom/debug.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/util/flashrom/debug.h b/util/flashrom/debug.h
new file mode 100644
index 0000000000..7d540b5e2c
--- /dev/null
+++ b/util/flashrom/debug.h
@@ -0,0 +1,7 @@
+#ifndef __DEBUG_H__
+#define __DEBUG_H__ 1
+
+//#define printf_debug(x...) printf(x)
+#define printf_debug(x...) { }
+
+#endif