16#ifndef SIMICS_SYSTEMC_IFACE_PCI_EXPRESS_INTERFACE_H
17#define SIMICS_SYSTEMC_IFACE_PCI_EXPRESS_INTERFACE_H
19#if defined SIMICS_5_API || defined SIMICS_6_API
29class PciExpressInterface {
31 virtual int send_message(
int type,
const std::vector<uint8_t> &payload) = 0;
32 virtual ~PciExpressInterface() {}
Definition: pci_bus_interface.h:24