summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/rtems/bsd/local/pci_if.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/include/rtems/bsd/local/pci_if.h')
-rw-r--r--rtemsbsd/include/rtems/bsd/local/pci_if.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/rtemsbsd/include/rtems/bsd/local/pci_if.h b/rtemsbsd/include/rtems/bsd/local/pci_if.h
index 2f11c95a..6350dc7e 100644
--- a/rtemsbsd/include/rtems/bsd/local/pci_if.h
+++ b/rtemsbsd/include/rtems/bsd/local/pci_if.h
@@ -22,6 +22,11 @@ enum pci_id_type {
PCI_ID_MSI,
};
+enum pci_feature {
+ PCI_FEATURE_HP, /* Hot Plug feature */
+ PCI_FEATURE_AER, /* Advanced Error Reporting */
+};
+
/** @brief Unique descriptor for the PCI_READ_CONFIG() method */
extern struct kobjop_desc pci_read_config_desc;
/** @brief A function implementing the PCI_READ_CONFIG() method */