]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/devices.h
arm: add uart dcc support
[karo-tx-uboot.git] / include / devices.h
index 84c4514880eb02c98ded2b6726f340db4a60dd6a..3a9881bf0498c8ed1acc13fe6ad1bb1d4545a236 100644 (file)
@@ -98,6 +98,9 @@ struct list_head* device_get_list(void);
 device_t* device_get_by_name(char* name);
 device_t* device_clone(device_t *dev);
 
+#ifdef CONFIG_ARM_DCC_MULTI
+int drv_arm_dcc_init(void);
+#endif
 #ifdef CONFIG_LCD
 int    drv_lcd_init (void);
 #endif