13 lines
203 B
C
13 lines
203 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* Copyright (C) 2019 MediaTek Inc.
|
||
|
*/
|
||
|
|
||
|
#ifndef __MDLA_DECODER_H__
|
||
|
#define __MDLA_DECODER_H__
|
||
|
|
||
|
void mdla_decode(const char *cmd, char *str, int size);
|
||
|
|
||
|
#endif
|
||
|
|