X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fpower%2Fas3722.h;h=0f22482ff705f4cb7c3c5c9ae70b963e5415d55f;hb=9cd37b02a010addfbe6b2ed5b2eacd5bd7e36fb8;hp=aa966d2cca1ee4373fc1ab87076ed84327205329;hpb=a2ee47d5f6d010e92e956a8fa9b62fe220d61bf6;p=u-boot diff --git a/include/power/as3722.h b/include/power/as3722.h index aa966d2cca..0f22482ff7 100644 --- a/include/power/as3722.h +++ b/include/power/as3722.h @@ -23,5 +23,8 @@ int as3722_gpio_configure(struct udevice *pmic, unsigned int gpio, unsigned long flags); int as3722_gpio_direction_output(struct udevice *pmic, unsigned int gpio, unsigned int level); +int as3722_read(struct udevice *pmic, u8 reg, u8 *value); +int as3722_write(struct udevice *pmic, u8 reg, u8 value); +int as3722_get(struct udevice **devp); #endif /* __POWER_AS3722_H__ */