RTEMS
5.0.0
|
#include <drvmgr.h>
Data Fields | |
char * | name |
unsigned int | size |
char * | from_adr |
char * | to_adr |
MAP entry. Describes an linear address space translation. Untranslated Start, Translated Start and length.
Used by bus drivers to describe the address translation needed for the translation driver interface.
char* drvmgr_map_entry::from_adr |
Start address of access window used to reach into remote bus
char* drvmgr_map_entry::name |
Map Name
unsigned int drvmgr_map_entry::size |
Size of map window
char* drvmgr_map_entry::to_adr |
Start address of remote system address range