Sign in
nest-open-source
/
nest-learning-thermostat
/
5.10
/
cypress-fmac-driver
/
7396d58275bd3fa2c67ff10c5277c5dfe4965039
/
.
/
backport-include
/
linux
/
gpio
/
driver.h
blob: 8df5c298b242aad10460486d6c21d49b7910190b [
file
] [
log
] [
blame
]
#ifndef
__BP_GPIO_DRIVER_H
#define
__BP_GPIO_DRIVER_H
#include
<linux/version.h>
#if LINUX_VERSION_IS_LESS(3,13,0)
#include
<asm-generic/gpio.h>
#else
#include_next <linux/gpio/driver.h>
#endif
#endif
/* __BP_GPIO_DRIVER_H */