New upstream version 18.08
[deb_dpdk.git] / drivers / raw / ifpga_rawdev / base / ifpga_enumerate.h
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_ */