Home / linux / input
Name Modified Size InfoDownloads / Week
Parent folder
tps6507x-ts.h 2023-03-31 558 Bytes
vivaldi-fmap.h 2023-03-31 933 Bytes
sh_keysc.h 2023-03-31 447 Bytes
sparse-keymap.h 2023-03-31 2.1 kB
touchscreen.h 2023-03-31 795 Bytes
mt.h 2023-03-31 3.6 kB
navpoint.h 2023-03-31 253 Bytes
samsung-keypad.h 2023-03-31 1.2 kB
lm8333.h 2023-03-31 698 Bytes
matrix_keypad.h 2023-03-31 3.1 kB
elan-i2c-ids.h 2023-03-31 2.0 kB
kxtj9.h 2023-03-31 1.2 kB
as5011.h 2023-03-31 416 Bytes
cma3000.h 2023-03-31 1.1 kB
adp5589.h 2023-03-31 5.8 kB
adxl34x.h 2023-03-31 11.9 kB
ad714x.h 2023-03-31 1.4 kB
Totals: 17 Items   37.5 kB 0

Foreword: The FreeLSD design may not be robust and it certainly isn't elegant.

FreeLSD is an effort to bring Void Linux (musl) x86_64 as close to FreeBSD as possible, using https://github.com/dcantrell/bsdutils as a replacement for coreutils and https://github.com/chimera-linux/bsdutils-extra to cover GNU tools not covered by bdsutils.

The header files here are needed to compile, on Void Linux, programs and libraries that use functions and data structures provided by software packages (such as bsdutils).

Warning: the /usr/include folder is therefore a very important resource for software development in the Linux environment, as it allows access to many functions and libraries useful for creating programs and applications. Use these headers only on test environments.

All the files here were taken directly from the https://github.com/torvalds/linux repository No file has really been modified, the files useful for our builds have simply been taken and placed in a single folder (the content of which will be copied/overwritten in /usr/include/).

Source: README.md, updated 2023-03-31