X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/21a24f90c5aaaaf13f91716208b32cde163c5918..aea51b6c4c93c56715f50e64d424e1181c6d0242:/include/timer.h diff --git a/include/timer.h b/include/timer.h index bed3eb0..d604008 100644 --- a/include/timer.h +++ b/include/timer.h @@ -1,7 +1,16 @@ -#ifndef TIMER_H +/* + * (C) Copyright 2014,2018 Leo C. + * + * 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 */ -