RTEMS  5.1
milkymist_memcard.h
Go to the documentation of this file.
1 
7 /* milkymist_memcard.h
8  *
9  * Milkymist memory card driver for RTEMS
10  *
11  * The license and distribution terms for this file may be
12  * found in the file LICENSE in this distribution or at
13  * http://www.rtems.org/license/LICENSE.
14  *
15  * COPYRIGHT (c) 2010 Sebastien Bourdeauducq
16  */
17 
25 #ifndef __MILKYMIST_MEMCARD_H_
26 #define __MILKYMIST_MEMCARD_H_
27 
28 rtems_status_code memcard_register(void);
29 
30 #endif /* __MILKYMIST_MEMCARD_H_ */
31 
rtems_status_code
Classic API Status.
Definition: status.h:43