diff options
Diffstat (limited to 'include/devices.h')
-rw-r--r-- | include/devices.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/devices.h b/include/devices.h index 84c4514880e..3a9881bf049 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 |