platform_bionic/libc/kernel/android
Christopher Ferris 48af7cb2e2 Update to kernel headers v4.10.
Test: Built angler, booted on angler, ran bionic unit tests.
Change-Id: Ia24511e74106116ea84b44ab724865ec492de8f9
2017-02-21 14:42:34 -08:00
..
scsi Update to kernel headers v4.10. 2017-02-21 14:42:34 -08:00
uapi/linux bionic: move ADF uapi header out of bionic 2017-01-27 13:01:51 -08:00
README.TXT More kernel header cleanup. 2016-07-22 12:21:25 -07:00

The files under the uapi directory are android kernel uapi header files that
exist in android kernels, but have not been upstreamed into the regular
kernel.

None of these files will get updated automatically, and are frozen at their
current value.

The files under the scsi directory are frozen copies of kernel scsi headers.
Linux's scsi headers are a mix of userspace-facing and kernel-facing
declarations that can't be directly used by userspace. The glibc
maintainers manually copy-and-pasted these definitions into their own
scsi headers and haven't substantially updated them in 15 years. The
musl libc project has a similar set of definitions in its scsi headers.

These files are actually maintained in external/kernel-headers/modified/scsi.
Any modification should first be made there then copied into the scsi
directory.