]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnx2x/bnx2x.h
net/bnx2x: update to latest FW 7.13.11
[dpdk.git] / drivers / net / bnx2x / bnx2x.h
index 054d954249a8e81c7bcb65667fa2b53e62b8b692..43c60408a5420b6758d4f520d67d3d7447337339 100644 (file)
@@ -83,9 +83,6 @@
 #ifndef ARRAY_SIZE
 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
 #endif
-#ifndef ARRSIZE
-#define ARRSIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
-#endif
 #ifndef DIV_ROUND_UP
 #define DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d))
 #endif
@@ -1020,6 +1017,8 @@ struct bnx2x_pci_cap {
        uint16_t addr;
 };
 
+struct ecore_ilt;
+
 struct bnx2x_vfdb;
 
 /* Top level device private data structure. */