summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/spi-imx31.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2010-05-18 23:50:00 +0000
committerMichael Sevakis <jethead71@rockbox.org>2010-05-18 23:50:00 +0000
commit54c649697b3959d8f74888bd7ec9af0206f7670c (patch)
treef32061c0514b78d331eb7d9d4b623ae7cffea1f0 /firmware/target/arm/imx31/spi-imx31.h
parent4c6164feced84c7d4a55ec8a5ee3ff398ffc7c53 (diff)
downloadrockbox-54c649697b3959d8f74888bd7ec9af0206f7670c.tar.gz
rockbox-54c649697b3959d8f74888bd7ec9af0206f7670c.zip
Gigabeat S: Implement LCD contrast, invert and flip modes. Enhance LCD power management. Include init data but it's not needed yet (identical to Gigabeat F).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26154 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/imx31/spi-imx31.h')
-rw-r--r--firmware/target/arm/imx31/spi-imx31.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/target/arm/imx31/spi-imx31.h b/firmware/target/arm/imx31/spi-imx31.h
index 71f9512103..35b7d514cf 100644
--- a/firmware/target/arm/imx31/spi-imx31.h
+++ b/firmware/target/arm/imx31/spi-imx31.h
@@ -83,4 +83,7 @@ void spi_disable_module(const struct spi_node *node);
83/* Send and/or receive data on the specified node (asychronous) */ 83/* Send and/or receive data on the specified node (asychronous) */
84bool spi_transfer(struct spi_transfer_desc *xfer); 84bool spi_transfer(struct spi_transfer_desc *xfer);
85 85
86/* Returns 'true' if the descriptor is not busy */
87bool spi_transfer_complete(const struct spi_transfer_desc *xfer);
88
86#endif /* SPI_IMX31_H */ 89#endif /* SPI_IMX31_H */