X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/05437fb4cdb907816a4fc3ffafa2617fcf33266a..976db69ffa80c4d499e53f6f22c26d784fdac0a1:/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 */ -