X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fspi%2Fspi_bitbang.h;h=b8db32cea1de535c4762abd9feabc82db8384381;hb=bc588df79ebfb710abc27342fccf336a68ed1216;hp=9dbca629dcfbfb2f401965e9a4ff87ddda38ce2c;hpb=317ec6cd00f25d05d153a780bc178c5335f320ee;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/spi/spi_bitbang.h b/include/linux/spi/spi_bitbang.h index 9dbca629dcf..b8db32cea1d 100644 --- a/include/linux/spi/spi_bitbang.h +++ b/include/linux/spi/spi_bitbang.h @@ -26,6 +26,7 @@ struct spi_bitbang { struct list_head queue; u8 busy; u8 use_dma; + u8 flags; /* extra spi->mode support */ struct spi_master *master;