summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/isteps.H
blob: fedcd8f8890b31fff08da0c39d23102f3a66ab2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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