April 14, 2012
3:27 a.m.
On Sat, Apr 14, 2012 at 2:28 AM, Jonathan Neuschäfer <j.neuschaefer@gmx.net> wrote:
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).
It sounds well. I will try this way. -- Thanks Harry Wei