/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/usr/hwpf/hwp/dram_initialization/mss_extent_setup/mss_extent_setup.C $ */ /* */ /* IBM CONFIDENTIAL */ /* */ /* COPYRIGHT International Business Machines Corp. 2012,2013 */ /* */ /* p1 */ /* */ /* Object Code Only (OCO) source materials */ /* Licensed Internal Code Source Materials */ /* IBM HostBoot Licensed Internal Code */ /* */ /* The source code for this program is not published or otherwise */ /* divested of its trade secrets, irrespective of what has been */ /* deposited with the U.S. Copyright Office. */ /* */ /* Origin: 30 */ /* */ /* IBM_PROLOG_END_TAG */ // $Id: mss_extent_setup.C,v 1.8 2012/07/17 13:24:10 bellows Exp $ //------------------------------------------------------------------------------ // Don't forget to create CVS comments when you check in your changes! //------------------------------------------------------------------------------ //Owner :- Girisankar paulraj //Back-up owner :- Mark bellows // // CHANGE HISTORY: //------------------------------------------------------------------------------ // Version:| Author: | Date: | Comment: //---------|----------|---------|----------------------------------------------- // 1.8 | bellows |16-Jul-12| added in Id tag // 1.7 | bellows |15-Jun-12| Updated for Firmware // 1.3 | gpaulraj |11-Nov-11| modified according HWPF format // 1.2 | gpaulraj |02-oct-11| supported for MCS loop - SIM model. compiled in the ecmd & FAPI calls included. // 1.1 | gpaulraj |31-jul-11| First drop for centaur //---------------------------------------------------------------------- // Includes //---------------------------------------------------------------------- //#include //#include //#include #include //---------------------------------------------------------------------- // eCMD Includes //---------------------------------------------------------------------- //#include //#include //#include //#include //#include //#include //#include //#include //#include // attributes listing // FAPI procedure calling // extern "C" { using namespace fapi; ReturnCode mss_extent_setup(){ ReturnCode rc; if(rc){ FAPI_ERR(" Calling Extent function Error "); return rc; } return rc; } } //end extern C