]> git.ozlabs.org Git - petitboot/blobdiff - discover/log.h
Initial support for multiple UIs
[petitboot] / discover / log.h
diff --git a/discover/log.h b/discover/log.h
new file mode 100644 (file)
index 0000000..7f9b01f
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef _LOG_H
+#define _LOG_H
+
+void pb_log(const char *fmt, ...);
+
+#endif /* _LOG_H */