Unverified Commit 0caaa03b authored by davidcunado-arm's avatar davidcunado-arm Committed by GitHub
Browse files

Merge pull request #1226 from masahir0y/utils

utils: rename struct mem_region_t to struct mem_region
parents 9fd4a36c 109ae263
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment