/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: chips/p9/procedures/hwp/initfiles/p9_fbc_ab_hp_scom.H $ */ /* */ /* IBM CONFIDENTIAL */ /* */ /* EKB Project */ /* */ /* COPYRIGHT 2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ /* 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. */ /* */ /* IBM_PROLOG_END_TAG */ #ifndef _INIT_P9_FBC_AB_HP_SCOM_PROCEDURE_H_ #define _INIT_P9_FBC_AB_HP_SCOM_PROCEDURE_H_ #include #include #include typedef fapi2::ReturnCode (*p9_fbc_ab_hp_scom_FP_t)(const fapi2::Target&, const fapi2::Target&); extern "C" { fapi2::ReturnCode p9_fbc_ab_hp_scom(const fapi2::Target& TGT0, const fapi2::Target& TGT1); } #endif