mirror of https://github.com/F-Stack/f-stack.git
13 lines
310 B
C
13 lines
310 B
C
/* SPDX-License-Identifier: BSD-3-Clause
|
|
* Copyright(c) 2010-2018 Intel Corporation
|
|
*/
|
|
|
|
#ifndef _IFPGA_ENUMERATE_H_
|
|
#define _IFPGA_ENUMERATE_H_
|
|
|
|
int ifpga_bus_init(struct ifpga_hw *hw);
|
|
int ifpga_bus_uinit(struct ifpga_hw *hw);
|
|
int ifpga_bus_enumerate(struct ifpga_hw *hw);
|
|
|
|
#endif /* _IFPGA_ENUMERATE_H_ */
|