Lines Matching refs:kernel
1 Exporting kernel headers for use by userspace
4 The "make headers_install" command exports the kernel's header files in a
7 The linux kernel's exported header files describe the API for user space
8 programs attempting to use kernel services. These kernel header files are
11 system calls. The C library's header files include the kernel header files
13 installed at the default location /usr/include and the kernel headers in
18 means that a program built against a C library using older kernel headers
19 should run on a newer kernel (although it may not have access to new
20 features), but a program built against newer kernel headers may not work on an
21 older kernel.
24 kernel source code (or using a standard out-of-tree build). It takes two
30 current architecture. The linux/asm directory of the exported kernel headers
49 The kernel header export infrastructure is maintained by David Woodhouse