summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed/qed_hsi.h
diff options
context:
space:
mode:
authorYuval Mintz2015-10-26 10:02:26 +0100
committerDavid S. Miller2015-10-28 03:34:43 +0100
commit25c089d78f3833edf614fc377e75e9cf848562f5 (patch)
treeed73f3a4673381189931261c9aec24e8c3d0cf76 /drivers/net/ethernet/qlogic/qed/qed_hsi.h
parentqed: Add module with basic common support (diff)
downloadkernel-qcow2-linux-25c089d78f3833edf614fc377e75e9cf848562f5.tar.gz
kernel-qcow2-linux-25c089d78f3833edf614fc377e75e9cf848562f5.tar.xz
kernel-qcow2-linux-25c089d78f3833edf614fc377e75e9cf848562f5.zip
qed: Add basic L2 interface
This patch adds a public API for a network driver to work on top of QED. The interface itself is very minimal - it's mostly infrastructure, as the only content it has after this patch is a query for HW-based information required for the creation of a network interface [I.e., no actual protocol-specific configurations are supported]. Signed-off-by: Manish Chopra <Manish.Chopra@qlogic.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: Ariel Elior <Ariel.Elior@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/qlogic/qed/qed_hsi.h')
-rw-r--r--drivers/net/ethernet/qlogic/qed/qed_hsi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/qlogic/qed/qed_hsi.h b/drivers/net/ethernet/qlogic/qed/qed_hsi.h
index 61c15a57c267..27f2c005e2b0 100644
--- a/drivers/net/ethernet/qlogic/qed/qed_hsi.h
+++ b/drivers/net/ethernet/qlogic/qed/qed_hsi.h
@@ -17,6 +17,7 @@
#include <linux/list.h>
#include <linux/slab.h>
#include <linux/qed/common_hsi.h>
+#include <linux/qed/eth_common.h>
struct qed_hwfn;
struct qed_ptt;