net/octeontx2: support CN98xx
[dpdk.git] / drivers / net / bnxt / bnxt_util.h
index 2378833..a15b3a1 100644 (file)
@@ -6,6 +6,11 @@
 #ifndef _BNXT_UTIL_H_
 #define _BNXT_UTIL_H_
 
+#ifndef BIT
+#define BIT(n) (1UL << (n))
+#endif /* BIT */
+
 int bnxt_check_zero_bytes(const uint8_t *bytes, int len);
+void bnxt_eth_hw_addr_random(uint8_t *mac_addr);
 
 #endif /* _BNXT_UTIL_H_ */