Add gdbus interface for checkstop gpio

Add a gdbus interface to handle the checkstop gpio.

Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
diff --git a/gdbus/xml/openbmc_intf.xml b/gdbus/xml/openbmc_intf.xml
index ead899c..d296291 100644
--- a/gdbus/xml/openbmc_intf.xml
+++ b/gdbus/xml/openbmc_intf.xml
@@ -132,6 +132,8 @@
 		<property name="state" type="i" access="read"/>
 		<property name="pgood_timeout" type="i" access="readwrite"/>
 	</interface>
+	<interface name="org.openbmc.control.Checkstop">
+	</interface>
 	<interface name="org.openbmc.Watchdog">
 		<method name="start"/>
 		<method name="poke"/>