/* * Copyright (C) ST-Ericsson SA 2010 * Author: Jean-Philippe FASSINO for ST-Ericsson. * License terms: GNU General Public License (GPL) version 2. */ /*! * \internal * \brief Conversion utility methods. */ #ifndef H_CM_CONVERTS_MEM #define H_CM_CONVERTS_MEM #include /* * Utils convert methods */ const char* cm_getDspName(t_nmf_core_id dsp); #endif