mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
utils: rename struct mem_region_t to struct mem_region
typedef mem_region_t mem_region_t; ... seems to work because they belong to different name-spaces, but humans are confused even if compilers are not. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
759a7be937
commit
109ae26384
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include <types.h>
|
||||
|
||||
typedef struct mem_region_t {
|
||||
typedef struct mem_region {
|
||||
uintptr_t base;
|
||||
size_t nbytes;
|
||||
} mem_region_t;
|
||||
|
|
Loading…
Add table
Reference in a new issue