mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
7ccedacd01
PD#SWPL-217731 Problem: Fix amlogic license. Solution: Fix amlogic license. Verify: all chip Test: license check pass Change-Id: I05c47245ff58bf92abccaa7ca08a85524d73f924 Signed-off-by: yao zhang1 <yao.zhang1@amlogic.com>
13 lines
295 B
C
13 lines
295 B
C
/* 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__ */
|