Home / linux / iio
Name Modified Size InfoDownloads / Week
Parent folder
timer 2023-03-31
gyro 2023-03-31
imu 2023-03-31
frequency 2023-03-31
dac 2023-03-31
common 2023-03-31
afe 2023-03-31
adc 2023-03-31
accel 2023-03-31
trigger_consumer.h 2023-03-31 1.5 kB
types.h 2023-03-31 1.8 kB
triggered_buffer.h 2023-03-31 1.3 kB
triggered_event.h 2023-03-31 364 Bytes
sysfs.h 2023-03-31 5.3 kB
trigger.h 2023-03-31 5.6 kB
sw_device.h 2023-03-31 1.8 kB
sw_trigger.h 2023-03-31 1.8 kB
kfifo_buf.h 2023-03-31 662 Bytes
machine.h 2023-03-31 1.1 kB
iio-opaque.h 2023-03-31 3.4 kB
iio.h 2023-03-31 30.4 kB
hw-consumer.h 2023-03-31 622 Bytes
driver.h 2023-03-31 1.4 kB
events.h 2023-03-31 2.2 kB
buffer_impl.h 2023-03-31 5.9 kB
configfs.h 2023-03-31 271 Bytes
consumer.h 2023-03-31 15.7 kB
buffer-dmaengine.h 2023-03-31 383 Bytes
buffer.h 2023-03-31 1.9 kB
buffer-dma.h 2023-03-31 4.8 kB
Totals: 30 Items   88.3 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