Files
xdp-project-bpf-examples/AF_XDP-interaction/ethtool_utils.h

10 lines
240 B
C
Raw Normal View History

/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
#ifndef __ETHTOOL_UTILS_H
#define __ETHTOOL_UTILS_H
int ethtool_get_max_channels(const char *ifname);
int ethtool_get_channels(const char *ifname);
#endif /* __ETHTOOL_UTILS_H */