ref: aa3c31b2b7a3ed6d7ac591292b40cde316dcde69
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_ */