mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2024-11-24 02:09:46 +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
@ -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…
Reference in New Issue
Block a user