Sign in
nest-open-source
/
manifest_repos
/
kernel
/
ee1bdda40423c20984eb5c969722e85f206ed0a3
/
.
/
include
/
linux
/
amlogic
/
vad_api.h
blob: 17d97d7a99a173d44fe0b5dd709bab92a8c916f0 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#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__ */