summaryrefslogtreecommitdiffstats
path: root/drivers/net/bnxt/bnxt_util.h
blob: 2378833cce8e126a30096e6a4da77f42ed6e2d9a (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: BSD-3-Clause
 * Copyright(c) 2014-2018 Broadcom
 * All rights reserved.
 */

#ifndef _BNXT_UTIL_H_
#define _BNXT_UTIL_H_

int bnxt_check_zero_bytes(const uint8_t *bytes, int len);

#endif /* _BNXT_UTIL_H_ */