• Home
Name Date Size #Lines LOC

..--

asm-arm/asm/03-May-2024-1,5381,059

asm-arm64/asm/03-May-2024-677274

asm-generic/03-May-2024-3,1062,242

asm-mips/asm/03-May-2024-4,1032,996

asm-x86/asm/03-May-2024-4,4453,397

drm/03-May-2024-7,5034,197

linux/03-May-2024-85,06248,926

mtd/03-May-2024-926344

rdma/03-May-2024-1,8131,305

scsi/03-May-2024-2,0041,103

sound/03-May-2024-3,4262,225

video/03-May-2024-603306

xen/03-May-2024-422145

README.TXTD03-May-2024858 2115

README.TXT

1This directory contains the uapi version of original kernel headers that are
2used to generate Bionic's "cleaned-up" user-land headers. The script
3bionic/libc/kernel/tools/generate_uapi_headers.sh automatically imports the
4headers from an android kernel repository.
5
6Running the script:
7
8generate_uapi_headers.sh --download-kernel
9
10In order to run the script, you must have properly initialized the build
11environment using the lunch command. The script will automatically retrieve
12an android kernel, generate all include files, and then copy the headers to
13this directory.
14
15The headers are mostly covered by the GPLv2 + exception, and thus cannot be
16distributed as part of the platform itself.
17(NOTE: The cleaned up headers do not contain copyrightable information and
18are distributed with Bionic)
19
20For more details, please read bionic/libc/kernel/README.TXT
21