]> git.ozlabs.org Git - petitboot/blobdiff - discover/pb-discover.h
Initial support for multiple UIs
[petitboot] / discover / pb-discover.h
diff --git a/discover/pb-discover.h b/discover/pb-discover.h
new file mode 100644 (file)
index 0000000..a48557c
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef _PB_DISCOVER_H
+#define _PB_DISCOVER_H
+
+int register_waiter(int fd, int *callback(void *), void *arg);
+
+#endif /* _PB_DISCOVER_H */