rename struct mem_range to minix_mem_range

. avoid a name clash with gdb
This commit is contained in:
Ben Gras
2012-08-15 15:16:57 +02:00
parent 8e116b71a1
commit d69cc76e03
5 changed files with 5 additions and 5 deletions

View File

@@ -113,7 +113,7 @@ struct io_range
unsigned ior_limit; /* Highest I/O port in range */
};
struct mem_range
struct minix_mem_range
{
phys_bytes mr_base; /* Lowest memory address in range */
phys_bytes mr_limit; /* Highest memory address in range */