You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
392 B

/*
* Copyright (c) Hisilicon Technologies Co., Ltd. 2019-2020. All rights reserved.
* Description: mpi ao header file
* Author: audio
* Create: 2019-05-30
*/
#ifndef __MPI_AO_H__
#define __MPI_AO_H__
#include "td_type.h"
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
td_s32 mpi_ao_get_fd(td_void);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* __MPI_AO_H__ */