Results 1 to 2 of 2
hi,
I am new to linux...i am trying to learn about char device programming....in that i found the command as "get_module_get(),module_put()" ...can anyone explain this command...actually what it will do?...
- 09-10-2008 #1Linux User
- Join Date
- Aug 2008
- Location
- Trichy,India
- Posts
- 308
char device programming
hi,
I am new to linux...i am trying to learn about char device programming....in that i found the command as "get_module_get(),module_put()"...can anyone explain this command...actually what it will do?
- 09-10-2008 #2
It's effectively a way of saying: "I too need this module, so please do not unload it until I say I do not need it any longer."
Unreliable Guide To Hacking The Linux KernelDebian GNU/Linux -- You know you want it.


Reply With Quote