From 1a16f67a28c6e8b9875b07e15c7c379cfc147e69 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 19 Oct 2015 20:01:19 +0100 Subject: [arm] Add support for 32-bit ARM Signed-off-by: Michael Brown --- src/arch/arm/include/bits/timer.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/arch/arm/include/bits/timer.h (limited to 'src/arch/arm/include/bits/timer.h') diff --git a/src/arch/arm/include/bits/timer.h b/src/arch/arm/include/bits/timer.h new file mode 100644 index 000000000..64e7d31df --- /dev/null +++ b/src/arch/arm/include/bits/timer.h @@ -0,0 +1,12 @@ +#ifndef _BITS_TIMER_H +#define _BITS_TIMER_H + +/** @file + * + * ARM-specific timer API implementations + * + */ + +FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); + +#endif /* _BITS_TIMER_H */ -- cgit v1.2.3-55-g7522