xiaoxiang781216 commented on code in PR #8779: URL: https://github.com/apache/nuttx/pull/8779#discussion_r1142957595
########## include/nuttx/serial/uart_16550.h: ########## @@ -330,6 +330,9 @@ typedef uint64_t uart_addrwidth_t; * Public Functions Definitions ****************************************************************************/ +void u16550_earlyserialinit(void); +void u16550_serialinit(void); Review Comment: Done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org