regulator/rpmsg: pending in wait ept ready for regulator client

Signed-off-by: zhuyanlin <zhuyanlin1@xiaomi.com>
This commit is contained in:
zhuyanlin
2021-12-23 17:16:26 +08:00
committed by Xiang Xiao
parent cbd82f1c1b
commit a22dae19c1
3 changed files with 128 additions and 47 deletions
+4 -3
View File
@@ -197,19 +197,20 @@ int regulator_gpio_init(FAR struct ioexpander_dev_s *iodev,
FAR struct regulator_dev_s *regulator_rpmsg_get(FAR const char *name);
/****************************************************************************
* Name: regulator_rpmsg_init
* Name: regulator_rpmsg_server_init
*
* Description:
*
* Establish rpmsg channel for the operations of the remote regulator
*
* Input Parameters:
*
* Returned Value:
*
* Zero (OK) on success; a negated errno on failure
*
****************************************************************************/
int regulator_rpmsg_init(void);
int regulator_rpmsg_server_init(void);
#endif