Introducing libmapper

libmapper is a convenience library for sdbus applications
that interact with the phosphor object manager.

Change-Id: I5a638e0a313d575591055214cb3ac5701b730ae5
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/libmapper/mapper.h b/libmapper/mapper.h
new file mode 100644
index 0000000..58f1844
--- /dev/null
+++ b/libmapper/mapper.h
@@ -0,0 +1,9 @@
+#include <systemd/sd-bus.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+int mapper_get_service(sd_bus *conn, const char *obj, char **service);
+#ifdef __cplusplus
+}
+#endif