qcacmn: Add support to config gpio cfg/output
Add support to config gpio cfg/output CRs-Fixed: 2785829 Change-Id: Ibb26a36791de584ee6a90d539e17d326545633fa
This commit is contained in:

committed by
snandini

parent
eb134979c1
commit
8e8ac2c5d1
@@ -48,19 +48,5 @@ QDF_STATUS ucfg_set_gpio_config(struct wlan_objmgr_psoc *psoc,
|
||||
*/
|
||||
QDF_STATUS ucfg_set_gpio_output(struct wlan_objmgr_psoc *psoc,
|
||||
struct gpio_output_params *param);
|
||||
#else
|
||||
static inline
|
||||
QDF_STATUS ucfg_set_gpio_config(struct wlan_objmgr_psoc *psoc,
|
||||
struct gpio_config_params *param)
|
||||
{
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
static inline
|
||||
QDF_STATUS ucfg_set_gpio_output(struct wlan_objmgr_psoc *psoc,
|
||||
struct gpio_output_params *param)
|
||||
{
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
#endif /* WLAN_FEATURE_GPIO_CFG */
|
||||
#endif /* __WLAN_GPIO_CFG_UCFG_API_H__ */
|
||||
|
Reference in New Issue
Block a user