Home / linux / spi
Name Modified Size InfoDownloads / Week
Parent folder
xilinx_spi.h 2023-03-31 665 Bytes
spi_oc_tiny.h 2023-03-31 488 Bytes
tdo24m.h 2023-03-31 224 Bytes
tle62x0.h 2023-03-31 277 Bytes
spi_bitbang.h 2023-03-31 1.6 kB
spi_gpio.h 2023-03-31 749 Bytes
spi-mem.h 2023-03-31 13.9 kB
spi.h 2023-03-31 61.4 kB
sh_msiof.h 2023-03-31 378 Bytes
spi-fsl-dspi.h 2023-03-31 583 Bytes
rspi.h 2023-03-31 322 Bytes
sh_hspi.h 2023-03-31 172 Bytes
mxs-spi.h 2023-03-31 5.0 kB
pxa2xx_spi.h 2023-03-31 1.2 kB
mc33880.h 2023-03-31 207 Bytes
mmc_spi.h 2023-03-31 1.3 kB
libertas_spi.h 2023-03-31 725 Bytes
max7301.h 2023-03-31 983 Bytes
eeprom.h 2023-03-31 1.3 kB
flash.h 2023-03-31 1.1 kB
corgi_lcd.h 2023-03-31 395 Bytes
ds1305.h 2023-03-31 1.1 kB
altera.h 2023-03-31 1.2 kB
at73c213.h 2023-03-31 854 Bytes
ad7877.h 2023-03-31 860 Bytes
ads7846.h 2023-03-31 1.6 kB
Totals: 26 Items   98.8 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