blob: 64d10bf6fb6b05fc8e073aba957a63e275e987de [file]
#ifndef __BACKPORT_GSO_H
#define __BACKPORT_GSO_H
#if LINUX_VERSION_IS_GEQ(6,4,10)
#include_next <net/gso.h>
#else
#include <linux/netdevice.h>
#endif /* < 6.5.0 */
#endif /* __BACKPORT_GSO_H */