Add startHost and vcsWorkaround stubs
Change-Id: Id696a7735930806373c214da50660ee0ee830598
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/p9_procedures.hpp b/p9_procedures.hpp
new file mode 100644
index 0000000..2e7ff1a
--- /dev/null
+++ b/p9_procedures.hpp
@@ -0,0 +1,22 @@
+#pragma once
+
+namespace openpower
+{
+namespace p9
+{
+
+/**
+ * @brief Starts the self boot engine on P9 position 0 to kick off a boot.
+ * @return void
+ */
+void startHost();
+
+
+/**
+ * @brief Performs the 'VCS Workaround' on all P9s in the system.
+ * @return void
+ */
+void vcsWorkaround();
+
+}
+}