blob: 9993b9498cf3f7fa5a2f530bfa270021c144e05c [file] [log] [blame]
Oleksij Rempel3e1e58d2021-04-19 15:01:03 +02001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _NET_SELFTESTS
3#define _NET_SELFTESTS
4
5#include <linux/ethtool.h>
6
7void net_selftest(struct net_device *ndev, struct ethtool_test *etest,
8 u64 *buf);
9int net_selftest_get_count(void);
10void net_selftest_get_strings(u8 *data);
11
12#endif /* _NET_SELFTESTS */