Add initial dbus interface doc

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
diff --git a/dbus-interfaces.md b/dbus-interfaces.md
new file mode 100644
index 0000000..5845df3
--- /dev/null
+++ b/dbus-interfaces.md
@@ -0,0 +1,16 @@
+
+# Host IPMI
+
+## `/org/openbmc/HostIpmi`
+
+signals:
+
+   *  `ReceivedMessage(seq : byte, netfn : byte, lun : byte, cmd : byte, data: array[byte])`
+
+methods:
+
+   *  `sendMessage(seq : byte, netfn : byte, lun : byte, cmd : byte, cc : byte, data : array[byte])`
+   
+  * method: `setAttention()`
+
+