mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-27 15:24:54 +00:00
Merge pull request #1226 from masahir0y/utils
utils: rename struct mem_region_t to struct mem_region
This commit is contained in:
commit
0caaa03bf1
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