mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-17 22:23:45 -04:00
Get PCI config space info, set LAN id and check flash status. Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
11 lines
264 B
C
11 lines
264 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/* Copyright (c) 2015 - 2022 Beijing WangXun Technology Co., Ltd. */
|
|
|
|
#ifndef _WX_HW_H_
|
|
#define _WX_HW_H_
|
|
|
|
int wx_check_flash_load(struct wx_hw *hw, u32 check_bit);
|
|
int wx_sw_init(struct wx_hw *wxhw);
|
|
|
|
#endif /* _WX_HW_H_ */
|