Back to home page

LXR

 
 

    


File indexing completed on 2025-05-11 08:23:43

0001 /**
0002  * @file
0003  * @ingroup lm32_milkymist_memcard RTEMSBSPsLM32SharedMilkymistOne
0004  * @brief Milkymist memory card driver
0005  */
0006 
0007 /*  milkymist_memcard.h
0008  *
0009  *  Milkymist memory card driver for RTEMS
0010  *
0011  *  The license and distribution terms for this file may be
0012  *  found in the file LICENSE in this distribution or at
0013  *  http://www.rtems.org/license/LICENSE.
0014  *
0015  *  COPYRIGHT (c) 2010 Sebastien Bourdeauducq
0016  */
0017 
0018 /**
0019  * @defgroup lm32_milkymist_memcard Milkymist memory card
0020  * @ingroup RTEMSBSPsLM32SharedMilkymistOne
0021  * @brief Milkymist memory card driver
0022  * @{
0023  */
0024 
0025 #ifndef __MILKYMIST_MEMCARD_H_
0026 #define __MILKYMIST_MEMCARD_H_
0027 
0028 rtems_status_code memcard_register(void);
0029 
0030 #endif /* __MILKYMIST_MEMCARD_H_ */
0031 
0032 /** @} */