commit | 291359619a2379e3a49eadf0001e903d0b9156a6 | [log] [tgz] |
---|---|---|
author | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | Wed Jul 18 11:56:00 2018 +0100 |
committer | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | Fri Jul 20 11:36:00 2018 +0100 |
tree | 7509d609b65363fcd4671f1496f2a54fb32506a6 | |
parent | f7f6041a425cf7332c6ae6c71a33785ecb7b7648 [diff] |
Introduce UL(), L() and LL() macros utils_def.h already has U() and ULL(), but not UL(), which is needed for types like uinptr_t and u_register_t. Also added L() and LL() for signed values. Change-Id: I0654df80d57149ff49507c52f1b27f3d500486a0 Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>