xref: /dpdk/drivers/raw/ifpga/base/ifpga_enumerate.h (revision 673c897f4d73e97035de1c8062737d4abef6a6a5)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2010-2018 Intel Corporation
3  */
4 
5 #ifndef _IFPGA_ENUMERATE_H_
6 #define _IFPGA_ENUMERATE_H_
7 
8 #define FME_PORT_OFST_BAR_SKIP  7
9 
10 int ifpga_bus_init(struct ifpga_hw *hw);
11 int ifpga_bus_uinit(struct ifpga_hw *hw);
12 int ifpga_bus_enumerate(struct ifpga_hw *hw);
13 
14 #endif /* _IFPGA_ENUMERATE_H_ */
15