Linux Audio

Check our new training course

Loading...
Note: File does not exist in v4.6.
 1// SPDX-License-Identifier: GPL-2.0
 2
 3/* Copyright (c) 2024 Meta Platforms, Inc */
 4
 5#include <test_progs.h>
 6#include "test_kfunc_param_nullable.skel.h"
 7
 8void test_kfunc_param_nullable(void)
 9{
10	RUN_TESTS(test_kfunc_param_nullable);
11}