Update ioctl_linux.c

This commit is contained in:
Arch User
2026-03-12 06:56:53 +03:00
committed by GitHub
parent e3e894ed58
commit 8b10474364

View File

@@ -25,6 +25,7 @@
#endif
#ifdef __KERNEL__
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(7, 0, 0))
extern int mac_pton(const char *s, u8 *addr);
#endif