commit | 1454f50345890804c7f5f153e9730b239794f93b | [log] [tgz] |
---|---|---|
author | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | Fri Nov 23 13:52:54 2018 +0000 |
committer | Sandrine Bailleux <sandrine.bailleux@arm.com> | Mon Nov 26 15:09:49 2018 +0000 |
tree | 47b6c3612f45c286244ee96506f92a9d52c6c8f3 | |
parent | 8c0f86b79847f10881fce5cc7cc1ef59e1877ec7 [diff] |
Move timer register helpers from arch.h to arch_helpers.h Some of the affected macros can only be used from C code. In general, we use arch_helpers.h for any C helpers to access registers. For consistency, the other macros have been moved as well. Change-Id: If27ee82b067d920d7b338c0a1b6e61a6ec078f4f Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>