summaryrefslogtreecommitdiff
path: root/os/drivers/clock/stm32f769_clock_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/drivers/clock/stm32f769_clock_control.h')
-rw-r--r--os/drivers/clock/stm32f769_clock_control.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/drivers/clock/stm32f769_clock_control.h b/os/drivers/clock/stm32f769_clock_control.h
index 9d553f61..23cfb906 100644
--- a/os/drivers/clock/stm32f769_clock_control.h
+++ b/os/drivers/clock/stm32f769_clock_control.h
@@ -2,10 +2,12 @@
#define __STM32F769_CLOCK_CONTROL_H__
#include <stdint.h>
+#include <drivers/include/device.h>
int stm32f769_clock_control_on(uint16_t id);
int stm32f769_clock_control_off(uint16_t id);
int stm32f769_clock_control_get_rate(uint16_t id, uint32_t *rate);
int stm32f769_clock_control_init(struct device *dev);
+int stm32f769_init_tick (void);
#endif/*__STM32F769_CLOCK_CONTROL_H__*/