]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/dpdk/drivers/raw/ifpga_rawdev/base/ifpga_enumerate.h
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / spdk / dpdk / 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_ */