X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/1157e75889d3d6d23d1e2514f401cd5b354bd149..89826c563e38a30d5bfc589905eb1202fa14b751:/include/timer.h diff --git a/include/timer.h b/include/timer.h index c6d6053..d604008 100644 --- a/include/timer.h +++ b/include/timer.h @@ -1,12 +1,16 @@ /* - * (C) Copyright 2014 Leo C. + * (C) Copyright 2014,2018 Leo C. * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: GPL-2.0 */ #ifndef TIMER_H #define TIMER_H +#include "common.h" + +void setup_timer(void); + uint32_t get_timer(uint32_t); #endif /* TIMER_H */