xref: /dpdk/drivers/raw/ifpga/base/ifpga_enumerate.h (revision 089e5ed727a15da2729cfee9b63533dd120bd04c)
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 int ifpga_bus_init(struct ifpga_hw *hw);
9 int ifpga_bus_enumerate(struct ifpga_hw *hw);
10 
11 #endif /* _IFPGA_ENUMERATE_H_ */
12