Private
Public Access
2
0

spi: Use new feature of pinmap to get split info.

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Thomas Ingleby
2014-05-20 16:52:40 +01:00
committed by Brendan Le Foll
parent b7c2b701aa
commit 66550f9487
3 changed files with 23 additions and 19 deletions

View File

@@ -208,9 +208,9 @@ unsigned int maa_check_i2c();
/** Check spi interface, sets up multiplexer on device.
*
* @return unsigned int if using /dev/spi-1.0 returned would be 1.0
* @return spi bus type
*/
double maa_check_spi();
maa_spi_bus_t* maa_check_spi(int bus);
/** Check PWM
*