Commit 109ae263 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 759a7be9
......@@ -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