summaryrefslogtreecommitdiff
path: root/chip/stm32/usart-stm32l5.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/usart-stm32l5.h')
-rw-r--r--chip/stm32/usart-stm32l5.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chip/stm32/usart-stm32l5.h b/chip/stm32/usart-stm32l5.h
index cf4f8cdd1f..ccc0985bda 100644
--- a/chip/stm32/usart-stm32l5.h
+++ b/chip/stm32/usart-stm32l5.h
@@ -1,4 +1,4 @@
-/* Copyright 2021 The Chromium OS Authors. All rights reserved.
+/* Copyright 2021 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -16,5 +16,6 @@ extern struct usart_hw_config const usart2_hw;
extern struct usart_hw_config const usart3_hw;
extern struct usart_hw_config const usart4_hw;
extern struct usart_hw_config const usart5_hw;
+extern struct usart_hw_config const usart9_hw; /* LPUART1 */
#endif /* __CROS_EC_USART_STM32L5_H */