aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/l1/rcc.h
diff options
context:
space:
mode:
authorlappi2013-03-01 21:03:59 +0400
committerlappi2013-03-01 21:03:59 +0400
commitaf8c5a85d68f1915982d156d4bdcebab278acf9e (patch)
tree0c02afafa5b75f77f2f7b7facff26aa65ccbc64f /include/libopencm3/stm32/l1/rcc.h
parent93f2b1ad5bbfaa223ff4c03478690bf2378dfdbc (diff)
[stm32] Added *DECLS in stm32/common/gpio_common_all.h and stm32/l1/rcc.h
Diffstat (limited to 'include/libopencm3/stm32/l1/rcc.h')
-rw-r--r--include/libopencm3/stm32/l1/rcc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libopencm3/stm32/l1/rcc.h b/include/libopencm3/stm32/l1/rcc.h
index ffc8212..b89f20f 100644
--- a/include/libopencm3/stm32/l1/rcc.h
+++ b/include/libopencm3/stm32/l1/rcc.h
@@ -418,6 +418,8 @@ typedef enum {
PLL, HSE, HSI, MSI, LSE, LSI
} osc_t;
+BEGIN_DECLS
+
void rcc_osc_ready_int_clear(osc_t osc);
void rcc_osc_ready_int_enable(osc_t osc);
void rcc_osc_ready_int_disable(osc_t osc);
@@ -452,6 +454,8 @@ void rcc_clock_setup_hsi(const clock_scale_t *clock);
void rcc_clock_setup_pll(const clock_scale_t *clock);
void rcc_backupdomain_reset(void);
+END_DECLS
+
/**@}*/
#endif