aboutsummaryrefslogtreecommitdiff
path: root/core/include/drivers/stm32_uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/include/drivers/stm32_uart.h')
-rw-r--r--core/include/drivers/stm32_uart.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/include/drivers/stm32_uart.h b/core/include/drivers/stm32_uart.h
index 895256a9..6c134d86 100644
--- a/core/include/drivers/stm32_uart.h
+++ b/core/include/drivers/stm32_uart.h
@@ -7,12 +7,15 @@
#define __STM32_UART_H__
#include <drivers/serial.h>
+#include <drivers/stm32_gpio.h>
struct stm32_uart_pdata {
struct io_pa_va base;
struct serial_chip chip;
bool secure;
unsigned int clock;
+ struct stm32_pinctrl *pinctrl;
+ size_t pinctrl_count;
};
/*