Sign in
nest-open-source
/
nest-learning-thermostat
/
5.10
/
cypress-fmac-driver
/
7396d58275bd3fa2c67ff10c5277c5dfe4965039
/
.
/
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 */