git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net: add rte prefix to ether structures
[dpdk.git]
/
drivers
/
net
/
bnxt
/
bnxt_util.h
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright(c) 2014-2018 Broadcom
3
* All rights reserved.
4
*/
5
6
#ifndef _BNXT_UTIL_H_
7
#define _BNXT_UTIL_H_
8
9
int bnxt_check_zero_bytes(const uint8_t *bytes, int len);
10
11
#endif /* _BNXT_UTIL_H_ */