Sign in
nest-open-source
/
nest-learning-thermostat
/
5.10
/
cypress-fmac-driver
/
7396d58275bd3fa2c67ff10c5277c5dfe4965039
/
.
/
backport-include
/
linux
/
irqdomain.h
blob: 1878a29e2b197abb387447dbcf21e67b67d85a04 [
file
] [
log
] [
blame
]
#ifndef
__BACKPORT_LINUX_IRQDOMAIN_H
#define
__BACKPORT_LINUX_IRQDOMAIN_H
#include
<linux/version.h>
#if LINUX_VERSION_IS_GEQ(3,1,0)
#include_next <linux/irqdomain.h>
#endif
#endif
/* __BACKPORT_LINUX_IRQDOMAIN_H */