/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/usr/hwpf/hwp/dram_initialization/mss_thermal_init/mss_thermal_init.H $ */ /* */ /* 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_thermal_init.H,v 1.1 2012/09/05 18:11:58 joabhend Exp $ // $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/centaur/working/procedures/ipl/fapi/mss_thermal_init.H,v $ //------------------------------------------------------------------------------ // *! (C) Copyright International Business Machines Corp. 2011 // *! All Rights Reserved -- Property of IBM // *! *** IBM Confidential *** //------------------------------------------------------------------------------ // *! TITLE : mss_throttle_to_power.H // *! DESCRIPTION : see additional comments below // *! OWNER NAME : Joab Henderson Email: joabhend@us.ibm.com // *! BACKUP NAME : Michael Pardeik Email: pardeik@us.ibm.com // *! ADDITIONAL COMMENTS : // // Header file for mss_thermal_init. // //------------------------------------------------------------------------------ // Don't forget to create CVS comments when you check in your changes! //------------------------------------------------------------------------------ // CHANGE HISTORY: //------------------------------------------------------------------------------ // Version:| Author: | Date: | Comment: //---------|----------|---------|----------------------------------------------- // 1.1 | joabhend |30-APR-12| First Draft. #ifndef MSS_THERMAL_INIT_H_ #define MSS_THERMAL_INIT_H_ //---------------------------------------------------------------------- // Includes //---------------------------------------------------------------------- #include //---------------------------------------------------------------------- // Defines //---------------------------------------------------------------------- //---------------------------------------------------------------------- // ENUMs //---------------------------------------------------------------------- //---------------------------------------------------------------------- // Data Types //---------------------------------------------------------------------- typedef fapi::ReturnCode (*mss_thermal_init_FP_t)(const fapi::Target & i_target); extern "C" { /** * @brief mss_thermal_init procedure. Configure and start the OCC cache and Centaur thermal cache * * @param[in] i_target Reference to centaur target * * @return ReturnCode */ fapi::ReturnCode mss_thermal_init(const fapi::Target & i_target); } // extern "C" #endif // MSS_THERMAL_INIT_H_