kernel_samsung_a34x-permissive/drivers/misc/mediatek/ccu/inc/ccu_inc.h
2024-04-28 15:51:13 +02:00

21 lines
409 B
C

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