blob: 3dc8c6a4cdacbba21444e2233f115f7df4542aa2 [file] [log] [blame]
/*
* Google LWIS Pinctrl Interface
*
* Copyright (c) 2018 Google, LLC
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef LWIS_PINCTRL_H_
#define LWIS_PINCTRL_H_
#include <linux/pinctrl/consumer.h>
/*
* lwis_pinctrl_set_state: Set pinctrl state to the provided state string.
*/
int lwis_pinctrl_set_state(struct pinctrl *pc, char *state_str);
#endif /* LWIS_PINCTRL_H_ */