diff --git a/include/nuttx/power/regulator.h b/include/nuttx/power/regulator.h index 11a35f74d55..5b1313d797f 100644 --- a/include/nuttx/power/regulator.h +++ b/include/nuttx/power/regulator.h @@ -221,6 +221,7 @@ void regulator_unregister(FAR struct regulator_dev_s *rdev); * ****************************************************************************/ +struct ioexpander_dev_s; int regulator_gpio_init(FAR struct ioexpander_dev_s *iodev, FAR const struct regulator_desc_s *desc);