/* 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. * * COPYRIGHT (c) 2010 Sebastien Bourdeauducq */ #ifndef __MILKYMIST_MEMCARD_H_ #define __MILKYMIST_MEMCARD_H_ rtems_status_code memcard_register(void); #endif /* __MILKYMIST_MEMCARD_H_ */