// SPDX-License-Identifier: GPL-2.0 /* * Copyright (c) 2023 Huawei Device Co., Ltd. * * ko sample * * Author: z-jax * * Data: 2023-11-25 */ #include #include int kosample_fun(void) { pr_info("ko sample call: %s\n", __func__); return 0; }