blob: 8fb89916ed1e6303186d1a63913900e8af066fc4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: GPL-2.0 */
#include "test_utils.h"
#include "../libxdp_internal.h"
int main(__unused int argc, __unused char** argv)
{
silence_libbpf_logging();
return libxdp_check_kern_compat();
}
|