You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sandy 99da0f2c72 pl286 release code 4 years ago
..
README.TXT pl286 release code 4 years ago
scsi.h pl286 release code 4 years ago
scsi_proto.h pl286 release code 4 years ago

README.TXT

This directory contains kernel headers that must be modified by hand
before they are used to generate Bionic's "cleaned-up" user-land headers.

Currently this includes scsi/scsi.h from 3.18, which mixes userspace-facing
and kernel-facing definitions even after the uapi cleanup.

They are mostly covered by the GPLv2 + exception, and thus cannot be
distributed as part of the platform itself.
(NOTE: The cleaned up headers do not contain copyrightable information and are
distributed with Bionic)

Importing modified kernel headers files is done using scripts found in bionic.

For more details, please read bionic/libc/kernel/README.TXT.