summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/isteps.H
diff options
context:
space:
mode:
authorMark Wenning <wenning@us.ibm.com>2011-07-10 21:14:46 -0500
committerMark W. Wenning <wenning@us.ibm.com>2011-07-14 16:54:12 -0500
commit353cc0391b0982b936fe0437fbaa0439f775a6dd (patch)
treedd892737420cecffec8104a0eeef3dd2282a23a5 /src/usr/isteps/isteps.H
parent5530b7609c0351deb5d707c5950a56309842a325 (diff)
downloadtalos-hostboot-353cc0391b0982b936fe0437fbaa0439f775a6dd.tar.gz
talos-hostboot-353cc0391b0982b936fe0437fbaa0439f775a6dd.zip
IStep Dispatcher
- remove refs to include/src/usr/taskargs/ dir - use _start() macro in IStepDispatcher - post-review fixes - fixed - inadvertently ran copyright script on staged files Change-Id: I2b256524746d0eb25ed04e0835450e220dc65492 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/191 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/isteps.H')
-rw-r--r--src/usr/isteps/isteps.H20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/usr/isteps/isteps.H b/src/usr/isteps/isteps.H
new file mode 100644
index 000000000..fedcd8f88
--- /dev/null
+++ b/src/usr/isteps/isteps.H
@@ -0,0 +1,20 @@
+/**
+ * @file isteps.H
+ *
+ * Prototypes of ISteps launched by IStepDispatcher
+ *
+ */
+
+
+/******************************************************************************/
+// Includes
+/******************************************************************************/
+#include <stdint.h>
+
+namespace ISTEPS
+{
+
+extern "C"
+void IStep1( void * io_pArgs );
+
+} // namespace
OpenPOWER on IntegriCloud