aboutsummaryrefslogtreecommitdiffstats
path: root/src/generic/armcm_timer.h
blob: 5e11838077b3e508a5174fdff78e684d0504cd74 (plain)
1
2
3
4
5
6
7
8
#ifndef __GENERIC_ARMCM_TIMER_H
#define __GENERIC_ARMCM_TIMER_H

#include <stdint.h> // uint32_t

void udelay(uint32_t usecs);

#endif // serial_irq.h