X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/21a24f90c5aaaaf13f91716208b32cde163c5918..93ea25f2ec6e99ef5ba3068112eafab265087089:/include/timer.h?ds=sidebyside diff --git a/include/timer.h b/include/timer.h index bed3eb0..83bc329 100644 --- a/include/timer.h +++ b/include/timer.h @@ -1,7 +1,14 @@ -#ifndef TIMER_H +/* + * (C) Copyright 2014 Leo C. + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef TIMER_H #define TIMER_H +#include "common.h" + uint32_t get_timer(uint32_t); #endif /* TIMER_H */ -