I am trying to write a block Device Driver for the "Ram Disk". I want to want to write functions which will handle ioctls etc. How can I register these functions with the LINUX OS? In other words, I would like to know about the device-switch table of LINUX. |