From 353cc0391b0982b936fe0437fbaa0439f775a6dd Mon Sep 17 00:00:00 2001 From: Mark Wenning Date: Sun, 10 Jul 2011 21:14:46 -0500 Subject: 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 --- src/usr/isteps/isteps.H | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/usr/isteps/isteps.H (limited to 'src/usr/isteps/isteps.H') 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 + +namespace ISTEPS +{ + +extern "C" +void IStep1( void * io_pArgs ); + +} // namespace -- cgit v1.2.1