diff options
Diffstat (limited to 'pci-arbiter/pcifs.h')
-rw-r--r-- | pci-arbiter/pcifs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pci-arbiter/pcifs.h b/pci-arbiter/pcifs.h index 050c9e32..373dd4bd 100644 --- a/pci-arbiter/pcifs.h +++ b/pci-arbiter/pcifs.h @@ -98,6 +98,13 @@ struct pcifs_dirent * Only when a device is present */ void *region_maps[6]; + + /* + * Address where the rom is mapped + * + * Only when a device is present + */ + void *rom_map; }; /* |