// SPDX-License-Identifier: GPL-2.0 /* * ko sample * */ #include #include int kosample_fun(void) { pr_info("ko sample call: %s\n", __func__); return 0; }