blob: 58cba4fad12515e9100483d52cc2fa274d760224 [file] [log] [blame]
Pavan Kumar Chilamkurthi5719f212017-07-20 15:02:21 -07001/* Copyright (c) 2017, 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_FD_HW_MGR_INTF_H_
14#define _CAM_FD_HW_MGR_INTF_H_
15
16#include <linux/of.h>
17
18#include "cam_debug_util.h"
19#include "cam_hw_mgr_intf.h"
20
21int cam_fd_hw_mgr_init(struct device_node *of_node,
22 struct cam_hw_mgr_intf *hw_mgr_intf);
23int cam_fd_hw_mgr_deinit(struct device_node *of_node);
24
25#endif /* _CAM_FD_HW_MGR_INTF_H_ */