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