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_uinit(struct ifpga_hw *hw);
10 int ifpga_bus_enumerate(struct ifpga_hw *hw);
11 
12 #endif /* _IFPGA_ENUMERATE_H_ */
13