00001 /* 00002 * File: mmc.h 00003 * Purpose: Prototypes of SD/MMC handler functions 00004 * Author: Peter Ivanov, Olimex Ltd. 00005 * Modified by: 00006 * Created: 2007-05-19 11:29:32 00007 * Last modify: 2007-10-03 21:12:08 ivanovp {Time-stamp} 00008 * Copyright: (C) Peter Ivanov, 2007 00009 * Licence: GPL 00010 */ 00016 #ifndef __INCLUDE_MMC_H 00017 #define __INCLUDE_MMC_H 00018 00019 void MMC_init (void); 00020 inline char MMC_cardPresent (); 00021 inline char MMC_cardWriteProtected (); 00022 00023 #endif // __INCLUDE_MMC_H
1.5.1