Sign in
nest-open-source
/
nest-cam
/
v366
/
compat-wireless
/
c83e6563b703294e02603cbd1b80795c06d4fd8e
/
.
/
include
/
pcmcia
/
cistpl.h
blob: 789dc59db7261b346aefd26f4edbdd529edd45f1 [
file
] [
log
] [
blame
]
#include
<linux/version.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,36)
#include
<pcmcia/cs_types.h>
#endif
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,37)
#include
<pcmcia/cs.h>
#endif
#include_next <pcmcia/cistpl.h>