blob: acef6a3a22491e61136d7b06fcf2a2cb13ccd7f9 [file] [log] [blame]
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
/*
* Copyright (c) 2019 Amlogic, Inc. All rights reserved.
*
*/
#ifndef __VAD_API_H__
#define __VAD_API_H__
int register_vad_callback(int (*callback)(char *, int, int, int, int));
void unregister_vad_callback(void);
#endif /* __VAD_API_H__ */