Systemd/src/shared/linux
Zbigniew Jędrzejewski-Szmek cd990847b9 tree-wide: more repeated words 2020-07-07 12:08:22 +02:00
..
README linux: make UBSAN quiet 2019-06-25 11:44:08 +09:00
auto_dev-ioctl.h tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0 2019-04-11 19:00:37 +02:00
bpf.h codespell: fix spelling errors 2019-04-29 16:47:18 +02:00
bpf_common.h tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0 2019-04-11 19:00:37 +02:00
bpf_insn.h linux: update kernel headers 2019-06-25 11:29:13 +09:00
dm-ioctl.h linux: update kernel headers 2019-06-25 11:29:13 +09:00
ethtool.h linux: make UBSAN quiet 2019-06-25 11:44:08 +09:00
nl80211.h tree-wide: more repeated words 2020-07-07 12:08:22 +02:00

README

The files in this directory are copied from kernel-5.2, and the following modifications are applied:
- auto_dev-ioctl.h: set AUTOFS_DEV_IOCTL_VERSION_MINOR to 0
- auto_dev-ioctl.h: define AUTOFS_IOCTL if not defined
- bpf_insn.h: This is imported from samples/bpf/bpf_insn.h
- bpf_insn.h: BPF_JMP_A() macro is also imported from include/linux/filter.h
- dm-ioctl.h: set DM_VERSION_MINOR to 27
- ethtool.h: define __KERNEL_DIV_ROUND_UP if not defined
- ethtool.h: add casts in ethtool_cmd_speed()