X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/0f3b947bda5f34662a611272b9f12199e0da9aca..8a500c7f3634212263ab1291c139d9c6a8967b8b:/include/timer.h diff --git a/include/timer.h b/include/timer.h index 83bc329..d604008 100644 --- a/include/timer.h +++ b/include/timer.h @@ -1,7 +1,7 @@ /* - * (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 @@ -9,6 +9,8 @@ #include "common.h" +void setup_timer(void); + uint32_t get_timer(uint32_t); #endif /* TIMER_H */