X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fstdio_dev.h;h=9451740e8be4a51071a8e6aa4c94f45d1815ded9;hb=d0b6f247a1e7ffd06d931ca4088426134dc4e546;hp=932d093345e59ade1c175b13fe677dfdcee935dc;hpb=ce12a8c1a94a2b3d585feff387497f724b98e3ce;p=u-boot diff --git a/include/stdio_dev.h b/include/stdio_dev.h index 932d093345..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