1 2 /* 3 * config.h for device tree and sensor list parser. 4 * 5 * Copyright (c) 2017 by Allwinnertech Co., Ltd. http://www.allwinnertech.com 6 * 7 * Authors: Zhao Wei <zhaowei@allwinnertech.com> 8 * Yang Feng <yangfeng@allwinnertech.com> 9 * 10 * This program is free software; you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License version 2 as 12 * published by the Free Software Foundation. 13 */ 14 15 #ifndef __CONFIG__H__ 16 #define __CONFIG__H__ 17 18 #include "../vin-video/vin_core.h" 19 #include "../vin.h" 20 #include "cfg_op.h" 21 22 int parse_modules_from_device_tree(struct vin_md *vind); 23 24 #endif /*__CONFIG__H__*/ 25