summaryrefslogtreecommitdiff
path: root/drivers/staging/nmf-cm/cm/engine/utils/inc/convert.h
blob: d6912e58687a8d4b2e1e7c8e563e1c86e4c98c90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * Copyright (C) ST-Ericsson SA 2010
 * Author: Jean-Philippe FASSINO <jean-philippe.fassino@stericsson.com> 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 <share/inc/nmf.h>

/*
 * Utils convert methods
 */
const char* cm_getDspName(t_nmf_core_id dsp);


#endif