X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fdrv%2Ftimer_at91.h;h=433c352c201d08515574a28c409529b257c73ca2;hb=4635e332d9a489cb54a25b1bf37559c84181db74;hp=90a72cf0e7bcefa44b1e56261ef2be2737513aff;hpb=f22a356c30571fa71a5cce66fea5682567818b97;p=bertos.git diff --git a/bertos/cpu/arm/drv/timer_at91.h b/bertos/cpu/arm/drv/timer_at91.h index 90a72cf0..433c352c 100644 --- a/bertos/cpu/arm/drv/timer_at91.h +++ b/bertos/cpu/arm/drv/timer_at91.h @@ -30,8 +30,6 @@ * * --> * - * \version $Id$ - * * \author Francesco Sacchi * * \brief Low-level timer module for Atmel AT91 (interface). @@ -105,6 +103,7 @@ #endif /* CONFIG_TIMER */ void timer_hw_init(void); +void timer_hw_cleanup(void); #endif /* DRV_TIMER_AT91_H */