[Linux][Driver][C]Can we override the file operation functions in driver ?


Answer is Yes , We can override the file operation functions in driver . I wrote a character driver(hello.c) to explain the same . Also a Makefile is given to compile the hello.c file in Linux OS. An application program to test the driver also given here . Please go through it ——————————————————————– Hello_character_driver —————————————————————-Continue reading “[Linux][Driver][C]Can we override the file operation functions in driver ?”