Sign in
gfiber
/
vendor
/
opensource
/
backports
/
d16ff52a753b89b77631e6b455aad8c256cbd041
/
.
/
backport-include
/
linux
/
list_nulls.h
blob: ba28834f790012e50afe7f68fc663b5c93faba66 [
file
] [
log
] [
blame
]
#ifndef
__BACKPORT_LIST_NULLS
#define
__BACKPORT_LIST_NULLS
#include_next <linux/list_nulls.h>
#ifndef
NULLS_MARKER
#define
NULLS_MARKER
(
value
)
(
1UL
|
(((
long
)
value
)
<<
1
))
#endif
#endif
/* __BACKPORT_LIST_NULLS */