From mboxrd@z Thu Jan 1 00:00:00 1970 From: rpjday@crashcourse.ca (Robert P. J. Day) Date: Sun, 4 May 2014 11:07:58 -0400 (EDT) Subject: LKM related API documentation In-Reply-To: References: Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Sun, 4 May 2014, Pranay Srivastava wrote: > > > On Sunday, May 4, 2014, Abhijeet Kasurde wrote: > > Hi All, > > > > Can anyone point me to any location of documentation related to Linux > > Kernel Module APIs ? > > > > I am specifically looking for following APIs - > > > > 1. find_symbol > > 2. request_module > > 3. find_module etc. > > > hi Abhijeet, > > read the code. Its really simple to understand all the three above. > I don't think any documentation on these specifically. But the usage > is quite simple. Try to look up some modules that use them. you could always generate the documentation from the kerneldoc content. i wrote a wiki page on that once, i think the page is still accurate: http://www.crashcourse.ca/wiki/index.php/Kerneldoc rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ========================================================================