From 70047c0b3b9461a5f15da3d3bd1ec1435f38b8b7 Mon Sep 17 00:00:00 2001 From: Swathi Madhuri Bhattiprolu Date: Wed, 12 Jul 2017 02:52:01 -0500 Subject: Framework (plumbing work) in HB for Cumulus HW procedures Change-Id: I0bc7b56d75f404176268cfbd3948e6c24ef35b4d RTC: 175996 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43020 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: VENKATESH SAINATH Reviewed-by: Corey V. Swenson Reviewed-by: Sakethan R. Kotta Reviewed-by: Daniel M. Crowell --- src/usr/isteps/istep11/call_cen_startclocks.C | 38 +++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/usr/isteps/istep11/call_cen_startclocks.C (limited to 'src/usr/isteps/istep11/call_cen_startclocks.C') diff --git a/src/usr/isteps/istep11/call_cen_startclocks.C b/src/usr/isteps/istep11/call_cen_startclocks.C new file mode 100644 index 000000000..3509e3935 --- /dev/null +++ b/src/usr/isteps/istep11/call_cen_startclocks.C @@ -0,0 +1,38 @@ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: src/usr/isteps/istep11/call_cen_startclocks.C $ */ +/* */ +/* OpenPOWER HostBoot Project */ +/* */ +/* Contributors Listed Below - COPYRIGHT 2015,2017 */ +/* [+] International Business Machines Corp. */ +/* */ +/* */ +/* Licensed under the Apache License, Version 2.0 (the "License"); */ +/* you may not use this file except in compliance with the License. */ +/* You may obtain a copy of the License at */ +/* */ +/* http://www.apache.org/licenses/LICENSE-2.0 */ +/* */ +/* Unless required by applicable law or agreed to in writing, software */ +/* distributed under the License is distributed on an "AS IS" BASIS, */ +/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or */ +/* implied. See the License for the specific language governing */ +/* permissions and limitations under the License. */ +/* */ +/* IBM_PROLOG_END_TAG */ +#include + +using namespace ERRORLOG; + +namespace ISTEP_11 +{ +void* call_cen_startclocks (void *io_pArgs) +{ + errlHndl_t l_err = NULL; + + return l_err; +} + +}; -- cgit v1.2.1