xref: /linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/gpio_global.h (revision c771600c6af14749609b49565ffb4cac2959710d)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Support for Intel Camera Imaging ISP subsystem.
4  * Copyright (c) 2015, Intel Corporation.
5  */
6 
7 #ifndef __GPIO_GLOBAL_H_INCLUDED__
8 #define __GPIO_GLOBAL_H_INCLUDED__
9 
10 #include <gpio_block_defs.h>
11 
12 #define HIVE_GPIO_STROBE_TRIGGER_PIN		2
13 
14 #endif /* __GPIO_GLOBAL_H_INCLUDED__ */
15