aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/raw/ifpga_rawdev/base/ifpga_enumerate.h
blob: 14131e3206a9ea643b1f368d55b32b073194f18b (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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_enumerate(struct ifpga_hw *hw);

#endif /* _IFPGA_ENUMERATE_H_ */