X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fdrv%2Ftimer_at91.h;h=433c352c201d08515574a28c409529b257c73ca2;hb=4635e332d9a489cb54a25b1bf37559c84181db74;hp=0628d3940330d3cbdd4f22bd735d1750d4815035;hpb=24362270bbdf61ceedf3cecaf63fb1d36571e554;p=bertos.git diff --git a/bertos/cpu/arm/drv/timer_at91.h b/bertos/cpu/arm/drv/timer_at91.h index 0628d394..433c352c 100644 --- a/bertos/cpu/arm/drv/timer_at91.h +++ b/bertos/cpu/arm/drv/timer_at91.h @@ -103,6 +103,7 @@ #endif /* CONFIG_TIMER */ void timer_hw_init(void); +void timer_hw_cleanup(void); #endif /* DRV_TIMER_AT91_H */