InterviewSolution
Saved Bookmarks
| 1. |
Where Can We Write Allocation And Freeing Of Device Number's Code ? |
|
Answer» allocation : init FUNCTION of a MODULE FREEING : cleanup function of a module allocation : init function of a module freeing : cleanup function of a module |
|