diff options
Diffstat (limited to 'include/stdio_dev.h')
| -rw-r--r-- | include/stdio_dev.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/stdio_dev.h b/include/stdio_dev.h index 932d09334..9451740e8 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 |