]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/arch-am33xx/sys_proto.h
ARM: AM43xx: Add functions to enable and disable USB clocks
[karo-tx-uboot.git] / arch / arm / include / asm / arch-am33xx / sys_proto.h
index 91b614ad20751f2feb1e308be3d668c719ed919e..8f573d2d02a4f5a7ac4ca361a1f5362d932f7253 100644 (file)
@@ -42,3 +42,6 @@ void am33xx_spl_board_init(void);
 int am335x_get_efuse_mpu_max_freq(struct ctrl_dev *cdev);
 int am335x_get_tps65910_mpu_vdd(int sil_rev, int frequency);
 #endif
+
+void enable_usb_clocks(int index);
+void disable_usb_clocks(int index);