diff options
| author | Michael Brown | 2015-10-19 21:01:19 +0200 |
|---|---|---|
| committer | Michael Brown | 2016-05-06 13:08:44 +0200 |
| commit | 1a16f67a28c6e8b9875b07e15c7c379cfc147e69 (patch) | |
| tree | 4f58c91b43ca8862d8219026c70e89717a514b89 /src/arch/arm/include/bits/timer.h | |
| parent | [bitops] Fix typo in test case (diff) | |
| download | ipxe-1a16f67a28c6e8b9875b07e15c7c379cfc147e69.tar.gz ipxe-1a16f67a28c6e8b9875b07e15c7c379cfc147e69.tar.xz ipxe-1a16f67a28c6e8b9875b07e15c7c379cfc147e69.zip | |
[arm] Add support for 32-bit ARM
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/arm/include/bits/timer.h')
| -rw-r--r-- | src/arch/arm/include/bits/timer.h | 12 |
1 files changed, 12 insertions, 0 deletions
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 */ |
