Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
iwlwifi
/
backport-iwlwifi
/
a08c670d387698d902d8f95a0f98754ab80f186d
/
.
/
backport-include
/
net
/
gso.h
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 */