11 lines
200 B
C
11 lines
200 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2016 MediaTek Inc.
|
|
*/
|
|
#ifndef _CCU_LENS_IF_H_
|
|
#define _CCU_LENS_IF_H_
|
|
|
|
void ccu_set_lens_info(int32_t sensorType, char *lens_name);
|
|
|
|
#endif
|