regulator: regulator_get input param add FAR
Signed-off-by: dulibo1 <dulibo1@xiaomi.com>
This commit is contained in:
parent
127bd81674
commit
e508e5c313
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ extern "C"
|
|||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
FAR struct regulator_s *regulator_get(const char *id);
|
||||
FAR struct regulator_s *regulator_get(FAR const char *id);
|
||||
void regulator_put(FAR struct regulator_s *regulator);
|
||||
int regulator_is_enabled(FAR struct regulator_s *regulator);
|
||||
int regulator_enable(FAR struct regulator_s *regulator);
|
||||
|
|
Loading…
Reference in a new issue