D-Bus interfaces for describing State.

Change-Id: Ic52faba7a24bcf58f3326b1587282ca8398e9a70
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
diff --git a/xyz/openbmc_project/Control/Boot/RebootAttempts.interface.yaml b/xyz/openbmc_project/Control/Boot/RebootAttempts.interface.yaml
new file mode 100644
index 0000000..a7f388d
--- /dev/null
+++ b/xyz/openbmc_project/Control/Boot/RebootAttempts.interface.yaml
@@ -0,0 +1,8 @@
+description: >
+    Implement to specify reboot attempts left.
+
+properties:
+    - name: AttemptsLeft
+      type: uint32
+      description: >
+        Current number of reboot attempts left.