Files
libopencm3-examples/examples/stm32/f4/stm32f4-disco/usart-irq/clock.h
2015-01-20 16:12:56 -08:00

17 lines
306 B
C

/* vim: set noexpandtab ts=4 :
*
* This include file describes the functions exported by clock.c
*/
#ifndef __CLOCK_H
#define __CLOCK_H
/*
* Definitions for functions being abstracted out
*/
void msleep(uint32_t);
uint32_t mtime(void);
void clock_setup(void);
#endif /* generic header protector */