aboutsummaryrefslogtreecommitdiffstats
path: root/src/generic/armcm_timer.h
blob: 6d6f5ac2f232c718daa35c8d4241cd19f1c8a8eb (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 // armcm_timer.h