summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/uart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uart.h b/include/uart.h
index 502757cdf2..b6dce4f21f 100644
--- a/include/uart.h
+++ b/include/uart.h
@@ -361,9 +361,9 @@ int uart_console_read_buffer(uint8_t type,
uint16_t dest_size,
uint16_t *write_count);
-#endif /* __CROS_EC_UART_H */
-
/**
* Initialize tx buffer head and tail
*/
void uart_init_buffer(void);
+
+#endif /* __CROS_EC_UART_H */