1
0
Fork 0
forked from len0rd/rockbox

spi is shared between the rtc and tsc2100

adds the very begining of the rtc driver (only reads the time currently


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14935 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-10-01 05:27:43 +00:00
parent ea47ee64f0
commit 03f45d3aff
8 changed files with 95 additions and 19 deletions

View file

@ -18,9 +18,6 @@
****************************************************************************/
#ifndef __SPI_H__
#define __SPI_H__
int spi_block_transfer(const uint8_t *tx_bytes, unsigned int tx_size,
uint8_t *rx_bytes, unsigned int rx_size);
void spi_init(void);
#include "spi-target.h"
#endif