Files
kernel_common_drivers/include/linux/amlogic/vad_api.h
T
yao zhang1 7ccedacd01 license: Fix amlogic license. [1/1]
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>
2025-06-23 21:15:59 -07:00

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__ */