Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
scsi/ | 22-Nov-2023 | - | 599 | 393 | ||
README.TXT | D | 22-Nov-2023 | 639 | 15 | 10 |
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