]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/twl4030.h
TWL4030 Add power reset button
[karo-tx-uboot.git] / include / twl4030.h
index c304b54c572661af054acb3a79ad1b673334062b..e7c90b689f93970b4001a4f5368a3e5ea1007892 100644 (file)
@@ -242,4 +242,7 @@ static inline int twl4030_i2c_read_u8(u8 chip_no, u8 *val, u8 reg)
        return i2c_read(chip_no, reg, 1, val, 1);
 }
 
+/* For hardware resetting */
+void twl4030_power_reset_init(void);
+
 #endif /* TWL4030_H */