f-stack/dpdk/drivers/raw/ifpga/base/ifpga_enumerate.h

15 lines
345 B
C
Raw Normal View History

2019-06-25 11:12:58 +00:00
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2010-2018 Intel Corporation
*/
#ifndef _IFPGA_ENUMERATE_H_
#define _IFPGA_ENUMERATE_H_
2023-09-13 12:21:49 +00:00
#define FME_PORT_OFST_BAR_SKIP 7
2019-06-25 11:12:58 +00:00
int ifpga_bus_init(struct ifpga_hw *hw);
2022-09-02 07:34:10 +00:00
int ifpga_bus_uinit(struct ifpga_hw *hw);
2019-06-25 11:12:58 +00:00
int ifpga_bus_enumerate(struct ifpga_hw *hw);
#endif /* _IFPGA_ENUMERATE_H_ */