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