mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
This also - merges basic/linux and shared/linux, - moves BPF_JUMP_A() to basic/missing_bpf.h, - copies from usrspace kernel headers directory generated by 'make headers', rather than copying from kernel tree, - copies const.h into our tree to reduce change in ethtool.h, - copies auto_fs.h into our tree to reduce change in auto_dev-ioctl.h.
The headers in this directory are from kernel v6.10-rc1 (1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0), and the following modifications are applied: - auto_dev-ioctl.h: set AUTOFS_DEV_IOCTL_VERSION_MINOR to 0 - btrfs.h: guard linux/fs.h include to avoid conflict with glibc 2.36 - dm-ioctl.h: set DM_VERSION_MINOR to 27 - ethtool.h: add casts in ethtool_cmd_speed()