#include <arm_machine.hpp>


Public Member Functions | |
| int | emulate_instruction (arm_context &ctx) |
Protected Member Functions | |
| virtual const char * | name (void) const |
| virtual pci_bridge & | get_host_bridge (void) |
Protected Attributes | |
| pci_bridge_base | host_bridge |
| This machine's (architecture-dependent) host-to-PCI bridge. | |
If someone needs it, feel free to implement ...
pci_bridge_base arm_machine::host_bridge [protected] |
This machine's (architecture-dependent) host-to-PCI bridge.
Should derive from pci_bridge_base to store all PCI devices.