kernel-brax3-ubuntu-touch/drivers/misc/mediatek/ccu/inc/ccu_imgsensor_if.h
erascape f319b992b1 kernel-5.15: Initial import brax3 UT kernel
* halium configs enabled

Signed-off-by: erascape <erascape@proton.me>
2025-09-23 15:17:10 +00:00

19 lines
388 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2019 MediaTek Inc.
*/
#ifndef _CCU_IMGSENSOR_IF_H_
#define _CCU_IMGSENSOR_IF_H_
struct ccu_sensor_info {
int32_t slave_addr;
int32_t i2c_id;
char *sensor_name_string;
};
void ccu_set_current_fps(int32_t sensorType, int32_t current_fps);
void ccu_set_sensor_info(int32_t sensorType, struct ccu_sensor_info *info);
#endif