hpci_attach

Access types for host PCI devices

Synopsis:

#include <qvm/hpci.h>
enum hpci_attach {
    HPCI_RDONLY,
    HPCI_RDWR,
};

Data:

HPCI_RDONLY
Read-only access
HPCI_RDWR
Read/write access

Description:

The hpci_attach data type is used in a call to hpci_device_attach() to represent the type of access being requested.

Page updated: