Part Number: SK-AM64
I am cross-compiling an application separately which uses file_operations for proc operations but the linux kernel provided by latest SDKl is linux-5.10.xxx. This uses proc_ops, how to port file_operations to proc_ops in my application.
thanks