Add ktime

This commit is contained in:
Pragyansh Chaturvedi
2025-09-09 23:40:05 +05:30
parent 8ee5d03c5d
commit 3628276e08
5 changed files with 28 additions and 6 deletions

View File

@ -1,4 +1,5 @@
import ctypes
def bpf_ktime_get_ns():
def ktime():
return ctypes.c_int64(0)