函数源码

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source File:kernel\module.c Create Date:2022-07-27 11:59:07
首页 Copyright©Brick

2566
2567
2568
2569
static char *get_modinfo(const struct load_info *info, const char *tag)
{
    return get_next_modinfo(info, tag, NULL);
}