X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fstdio_dev.h;h=9451740e8be4a51071a8e6aa4c94f45d1815ded9;hb=dacc109c41f82fcce68bd77e531663b485708f7a;hp=23e0ee15f280d1dba02fbe99e61915606d97866b;hpb=9623c158f6a5150a21c25026bfba79e7ff7912f5;p=u-boot diff --git a/include/stdio_dev.h b/include/stdio_dev.h index 23e0ee15f2..9451740e8b 100644 --- a/include/stdio_dev.h +++ b/include/stdio_dev.h @@ -99,7 +99,7 @@ struct list_head* stdio_get_list(void); struct stdio_dev* stdio_get_by_name(const char* name); struct stdio_dev* stdio_clone(struct stdio_dev *dev); -#ifdef CONFIG_ARM_DCC_MULTI +#ifdef CONFIG_ARM_DCC int drv_arm_dcc_init(void); #endif #ifdef CONFIG_LCD @@ -120,5 +120,8 @@ int drv_nc_init (void); #ifdef CONFIG_JTAG_CONSOLE int drv_jtag_console_init (void); #endif +#ifdef CONFIG_CBMEM_CONSOLE +int cbmemc_init(void); +#endif #endif