arm-trusted-firmware/include/lib/xlat_tables
Sandrine Bailleux 28fa2e9ee8 xlat lib: Use mmap_attr_t type consistently
This patch modifies both versions of the translation table library
to use the mmap_attr_t type consistently wherever it is manipulating
MT_* attributes variables. It used to use mmap_attr_t or plain integer
types interchangeably, which compiles fine because an enumeration type
can be silently converted to an integer, but which is semantically
incorrect.

This patch removes this assumption by using the abstract type
'mmap_attr_t' all the time.

Change-Id: Id1f099025d2cb962b275bb7e39ad2c4dbb4e366c
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
2017-04-20 13:01:24 +01:00
..
xlat_mmu_helpers.h Add version 2 of xlat tables library 2017-03-08 14:40:23 +00:00
xlat_tables.h xlat lib: Use mmap_attr_t type consistently 2017-04-20 13:01:24 +01:00
xlat_tables_defs.h Add support to change xlat_tables to non-cacheable 2017-03-28 10:32:17 +01:00
xlat_tables_v2.h xlat lib: Use mmap_attr_t type consistently 2017-04-20 13:01:24 +01:00