Hi,

On Tue, Nov 30, 2010 at 3:56 PM, Bond <[email protected]> wrote:
> Hi list I was having this question as we have some 200 system calls in
> C similarly is there a list of kernel APIs that kernel provides to
> device driver developers or other sort of people/

I Googled (http://www.google.co.in/search?q=list+of+Kernel+API) and
found a couple of links which I too have used a few times. The only
problem is that neither of those seem to be updated with the current
kernel versions.
Best way, of course, still remains as searching (I prefer cscope)
through the kernel source you are working on.

For e.g. http://www.gnugeneration.com/mirrors/kernel-api/book1.html
provides some API listing but that adheres to 2.6.20. I have always
followed the process of looking up the API at this link, and then
cross-checking if this or something similar is available on the kernel
version I am working for.

Hope this helps.

>
>
> --
> http://www.infibeam.com/Books/linux-kernel-api-lambert-m-surhone/9786132143969.html
>
> --
> To unsubscribe from this list: send an email with
> "unsubscribe kernelnewbies" to [email protected]
> Please read the FAQ at http://kernelnewbies.org/FAQ
>
>

-
Shreyansh

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to