ATTN:ti_handler Conditionally mpipl or quiesce

When a TI is encountered the TI handler will check the status of the
autoreboot property and either mpipl (autoreboot = true) or quiesce
(autoreboot = false) the host.

Signed-off-by: Ben Tyner <ben.tyner@ibm.com>
Change-Id: I9008282aa3acf0ee7d2152cc6c4689d341a9c65d
diff --git a/attn/ti_handler.hpp b/attn/ti_handler.hpp
index bc28f71..6cf2a5b 100644
--- a/attn/ti_handler.hpp
+++ b/attn/ti_handler.hpp
@@ -53,4 +53,11 @@
 
 int tiHandler(TiDataArea* i_tiDataArea);
 
+/**
+ * @brief Read autoreboot property
+ *
+ * Read the autoreboot property via dbus. This status will be used to
+ * determine whether to either mpipl or quiesce the host on TI condition.
+ */
+bool autoRebootEnabled();
 } // namespace attn