April 13, 2012
6:28 p.m.
On Sat, Apr 14, 2012 at 01:09:22AM +0800, harryxiyou wrote:
Hi everyone,
I'd like to know how i can get all the Kernel APIs, which i can call ones i need in my Kernel Modules. Sometimes, i wanna use some Kenrel APIS as the userspace i can use 'man api', which i can understand it and use it. But i have not find the way to search a Kernel API easily. Cloud anyone give me some advices?
The build scripts will generate man pages for you if you run "make mandocs" (see the output of "make help" for more information). Thanks, Jonathan Neuschäfer