tools: add more linux include files to fix x86 build on macos
authorFelix Fietkau <nbd@nbd.name>
Tue, 7 May 2024 10:18:08 +0000 (12:18 +0200)
committerFelix Fietkau <nbd@nbd.name>
Tue, 7 May 2024 10:50:27 +0000 (12:50 +0200)
commitc3d4598c0129671d534e5556d25b00229fc22095
tree44051efd2465adb32953ad904dc5aab720c6f722
parent931b2bafa7a60eb722082a889740e94a7fef7e8c
tools: add more linux include files to fix x86 build on macos

Signed-off-by: Felix Fietkau <nbd@nbd.name>
tools/include/asm/bitsperlong.h [new file with mode: 0644]
tools/include/asm/byteorder.h [new file with mode: 0644]
tools/include/asm/errno-base.h [new file with mode: 0644]
tools/include/asm/errno.h [new file with mode: 0644]
tools/include/asm/posix_types.h [new file with mode: 0644]
tools/include/asm/swab.h [new file with mode: 0644]
tools/include/linux/big_endian.h [new file with mode: 0644]
tools/include/linux/errno.h [new file with mode: 0644]
tools/include/linux/little_endian.h [new file with mode: 0644]
tools/include/linux/stddef.h [new file with mode: 0644]
tools/include/linux/swab.h [new file with mode: 0644]