separate vmlinux class handler

This commit is contained in:
2025-10-11 04:19:26 +05:30
parent 68e9693f9a
commit 2483ef2840
4 changed files with 34 additions and 3 deletions

View File

@ -0,0 +1,8 @@
import ast
import logging
logger = logging.getLogger(__name__)
def process_vmlinux_class(node, module, vmlinux_types):
# Process ClassDef nodes that use vmlinux imports
pass