]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_pmd_e1000/e1000/e1000_osdep.c
kvargs: add a new library to parse key/value arguments
[dpdk.git] / lib / librte_pmd_e1000 / e1000 / e1000_osdep.c
index 203dcc8a3aa1a7ec950d3a281c6173c01ad2fb91..7a569b22fe2b52409481612efa6da704baacd5bc 100644 (file)
@@ -53,6 +53,17 @@ e1000_read_pci_cfg(struct e1000_hw *hw, u32 reg, u16 *value)
        return;
 }
 
        return;
 }
 
+void
+e1000_pci_set_mwi(struct e1000_hw *hw)
+{
+}
+
+void
+e1000_pci_clear_mwi(struct e1000_hw *hw)
+{
+}
+
+
 /*
  * Read the PCI Express capabilities
  */
 /*
  * Read the PCI Express capabilities
  */