summaryrefslogblamecommitdiffstats
path: root/bsps/lm32/include/bsp/milkymist_memcard.h
blob: e189a93ac5092de5dc6995c92a225a74caaa5f8c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12

        
                                                                  


                                      





                                                           
                                         
  


                                             

                                                         
                                           



                                      





                                         

         
/**
 * @file
 * @ingroup lm32_milkymist_memcard RTEMSBSPsLM32SharedMilkymistOne
 * @brief Milkymist memory card driver
 */

/*  milkymist_memcard.h
 *
 *  Milkymist memory card driver for RTEMS
 *
 *  The license and distribution terms for this file may be
 *  found in the file LICENSE in this distribution or at
 *  http://www.rtems.org/license/LICENSE.
 *
 *  COPYRIGHT (c) 2010 Sebastien Bourdeauducq
 */

/**
 * @defgroup lm32_milkymist_memcard Milkymist memory card
 * @ingroup RTEMSBSPsLM32SharedMilkymistOne
 * @brief Milkymist memory card driver
 * @{
 */

#ifndef __MILKYMIST_MEMCARD_H_
#define __MILKYMIST_MEMCARD_H_

rtems_status_code memcard_register(void);

#endif /* __MILKYMIST_MEMCARD_H_ */

/** @} */