Attn: Self boot engine (SBE) attention support

When an SBE vital attention is detected a plateform event log entry will
be created and an SBE dump will be requested. A request to transition
the host will be issued once the dump is completed.

Signed-off-by: Ben Tyner <ben.tyner@ibm.com>
Change-Id: I3e53292d7eb429a76a920bda0dfb051afbc9fe6b
diff --git a/test/end2end/logging.cpp b/test/end2end/logging.cpp
index 4adb5af..d75625e 100644
--- a/test/end2end/logging.cpp
+++ b/test/end2end/logging.cpp
@@ -42,9 +42,10 @@
     }
 }
 
-void eventVital()
+uint32_t eventVital()
 {
     std::cout << "event: vital" << std::endl;
+    return 0;
 }
 
 } // namespace attn