summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/lm32/shared/milkymist_memcard/milkymist_memcard.h
blob: 252a3ded45827da14ca353faf2a97ad3ed988ad6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*  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.com/license/LICENSE.
 *
 *  $Id$
 *
 *  COPYRIGHT (c) 2010 Sebastien Bourdeauducq
 */

#ifndef __MILKYMIST_MEMCARD_H_
#define __MILKYMIST_MEMCARD_H_

rtems_status_code memcard_register(void);

#endif /* __MILKYMIST_MEMCARD_H_ */