summaryrefslogtreecommitdiff
path: root/include/stm32_rcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stm32_rcc.h')
-rw-r--r--include/stm32_rcc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/stm32_rcc.h b/include/stm32_rcc.h
index 063177bc98..484bc305f9 100644
--- a/include/stm32_rcc.h
+++ b/include/stm32_rcc.h
@@ -45,6 +45,11 @@ enum soc_family {
STM32F7,
};
+enum apb {
+ APB1,
+ APB2,
+};
+
struct stm32_rcc_clk {
char *drv_name;
enum soc_family soc;