16#ifndef SIMICS_TYPES_MAP_INFO_H
17#define SIMICS_TYPES_MAP_INFO_H
Definition: pci_bus_interface.h:24
Reduced, stand-alone, version of the Simics map_info_t struct.
Definition: map_info.h:25
physical_address_t start
Definition: map_info.h:28
map_info_t(physical_address_t base, physical_address_t start, physical_address_t length, int function)
Definition: map_info.h:33
int function
Definition: map_info.h:30
physical_address_t length
Definition: map_info.h:29
physical_address_t base
Definition: map_info.h:27
uint64_t physical_address_t
Definition: map_info.h:26
map_info_t()
Definition: map_info.h:32