ref: 190cc44e4cf4486c13ee43041167490f228fb110
dir: /blockdev/chibios/spi_lwext4.h/
/* * spi_lwext4.h * * Created on: 21 gru 2014 * Author: gko */ #ifndef SPI_LWEXT4_H_ #define SPI_LWEXT4_H_ #include <config.h> #include <ext4_config.h> #include <ext4_blockdev.h> #include <stdint.h> #include <stdbool.h> /**@brief SPI cache get.*/ struct ext4_bcache *spi_cache_get(void); /**@brief SPI blockdev get.*/ struct ext4_blockdev *spi_bdev_get(void); #endif /* SPI_LWEXT4_H_ */