shithub: lwext4

ref: c7c5aba4d7e3af2e3676051d14ed9512fac76bc2
dir: /blockdev/chibios/spi_lwext4.h/

View raw version
/*
 * 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_ */