X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fstm32_rcc.h;h=484bc305f9c0c3fcd1db5e57255b914da9b7e608;hb=704744f81bd478e9b1ef4fae9b14201f17bd8fe3;hp=063177bc9877cdf4d87affba15df09dc26c79eb6;hpb=76cc372879e2f2f0467e8a3875f097d189647793;p=u-boot 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;