Sign in
nest-open-source
/
nest-learning-thermostat
/
5.10
/
cypress-fmac-driver
/
7396d58275bd3fa2c67ff10c5277c5dfe4965039
/
.
/
backport-include
/
linux
/
err.h
blob: d08968e5e2d095f8eb1ae12b029ed217918066ba [
file
] [
log
] [
blame
]
#ifndef
__BACKPORT_LINUX_ERR_H
#define
__BACKPORT_LINUX_ERR_H
#include_next <linux/err.h>
#include
<linux/version.h>
#if LINUX_VERSION_IS_LESS(3,12,0)
#define
PTR_ERR_OR_ZERO
(
p
)
PTR_RET
(
p
)
#endif
#endif
/* __BACKPORT_LINUX_ERR_H */