staging: comedi: add comedi_pcmcia.h
authorIan Abbott <abbotti@mev.co.uk>
Fri, 30 Jan 2015 09:57:17 +0000 (09:57 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Feb 2015 09:05:50 +0000 (17:05 +0800)
commit00f457b5755824cb5fc91584644c1831eb6d536e
tree7e11979be84d98056da618f71f98591fdb38e547
parenta2aab8b481eb85ec445c2b50cfa263236aad07bd
staging: comedi: add comedi_pcmcia.h

Add a new header that Comedi PCMCIA drivers can include instead of
"comedidev.h".  Currently, it just pulls in <pcmcia/cistpl.h>,
<pcmcia/ds.h> and "comedidev.h", but the plan is to migrate the
PCMCIA-specific stuff from "comedidev.h" here.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/comedi_pcmcia.h [new file with mode: 0644]