Merge pull request #1226 from masahir0y/utils

utils: rename struct mem_region_t to struct mem_region
This commit is contained in:
davidcunado-arm 2018-01-17 20:22:57 +00:00 committed by GitHub
commit 0caaa03bf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;