X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fdevices.h;h=3a9881bf0498c8ed1acc13fe6ad1bb1d4545a236;hb=92afd368bba7d98b2b7bfb51082c3639bb2119b3;hp=20ddfc43427b205adc8865744ab69ed4826f458b;hpb=ef29884b2708a6cce3b77f4ccaeea193d4e02c22;p=oweals%2Fu-boot.git diff --git a/include/devices.h b/include/devices.h index 20ddfc4342..3a9881bf04 100644 --- a/include/devices.h +++ b/include/devices.h @@ -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 @@ -116,5 +119,8 @@ int drv_usbtty_init (void); #ifdef CONFIG_NETCONSOLE int drv_nc_init (void); #endif +#ifdef CONFIG_JTAG_CONSOLE +int drv_jtag_console_init (void); +#endif #endif /* _DEVICES_H_ */