• Home
Name Date Size #Lines LOC

..--

README.TXTD03-May-2024639 1510

scsi.hD03-May-20249.1 KiB302170

scsi_proto.hD03-May-202410.1 KiB324246

README.TXT

1This directory contains kernel headers that must be modified by hand
2before they are used to generate Bionic's "cleaned-up" user-land headers.
3
4Currently this includes scsi/scsi.h from 3.18, which mixes userspace-facing
5and kernel-facing definitions even after the uapi cleanup.
6
7They are mostly covered by the GPLv2 + exception, and thus cannot be
8distributed as part of the platform itself.
9(NOTE: The cleaned up headers do not contain copyrightable information and are
10distributed with Bionic)
11
12Importing modified kernel headers files is done using scripts found in bionic.
13
14For more details, please read bionic/libc/kernel/README.TXT.
15