mirror of
https://github.com/ipxe/ipxe
synced 2025-12-29 19:38:37 +03:00
Add a "count" field to struct memory_map.
This commit is contained in:
@@ -23,7 +23,10 @@ struct memory_region {
|
||||
|
||||
/** A memory map */
|
||||
struct memory_map {
|
||||
/** Memory regions */
|
||||
struct memory_region regions[MAX_MEMORY_REGIONS];
|
||||
/** Number of used regions */
|
||||
unsigned int count;
|
||||
};
|
||||
|
||||
extern void get_memmap ( struct memory_map *memmap );
|
||||
|
||||
Reference in New Issue
Block a user