/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/usr/diag/prdf/common/plat/prdfL3Table.C $ */ /* */ /* IBM CONFIDENTIAL */ /* */ /* COPYRIGHT International Business Machines Corp. 2004,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 */ /** @file prdfL3Table.C @brief description */ //------------------------------------------------------------------------------------------------- // Includes //------------------------------------------------------------------------------------------------- #define prdfL3Table_C #include #undef prdfL3Table_C //------------------------------------------------------------------------------------------------- // User Types, Constants, macros, prototypes, globals //------------------------------------------------------------------------------------------------- //------------------------------------------------------------------------------------------------- // Member Function Specifications //------------------------------------------------------------------------------------------------- namespace PRDF { //------------------------------------------------------------------------------------------------- int32_t L3TableAdd(TARGETING::TargetHandle_t i_pl3targetHandle, uint32_t address) { int32_t rc = 0; return rc; } //------------------------------------------------------------------------------------------------- void L3TableGet(TARGETING::TargetHandle_t i_pl3targetHandle, uint32_t table[LineDeleteTableSize]) { } //------------------------------------------------------------------------------------------------- int32_t prdfL3TableCount(TARGETING::TargetHandle_t i_pl3targetHandle) { int32_t rc = 0; return rc; } //------------------------------------------------------------------------------------------------- errlHndl_t prdfL3LineDelete(TARGETING::TargetHandle_t i_pl3targetHandle, uint32_t address) { return NULL; } } // end namespace PRDF