blob: 3a9139ae2cc16312c929d0e26edbb6a02c26bd6e [file] [log] [blame]
Om Parkash48b8c002018-12-13 20:18:20 +05301/* Copyright (c) 2019, The Linux Foundation. All rights reserved.
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12
13#ifndef _CAM_IR_LED_SOC_H_
14#define _CAM_IR_LED_SOC_H_
15
16#include "cam_ir_led_dev.h"
17
18int cam_ir_led_get_dt_data(struct cam_ir_led_ctrl *fctrl,
19 struct cam_hw_soc_info *soc_info);
20
21#endif /*_CAM_IR_LED_SOC_H_*/