new include file sd_card.h

This commit is contained in:
Markus Fröschle
2012-11-19 06:38:02 +00:00
parent 45949351ed
commit 5a7a2b7a88

View File

@@ -7,8 +7,8 @@
* Author: mfro * Author: mfro
*/ */
#ifndef SD_CARD_H_ #ifndef _SD_CARD_H_
#define SD_CARD_H_ #define _SD_CARD_H_
#include <MCF5475.h> #include <MCF5475.h>
@@ -29,4 +29,4 @@ extern uint32_t sd_com(uint32_t data);
extern void sd_card_idle(void); extern void sd_card_idle(void);
#endif /* SD_CARD_H_ */ #endif /* _SD_CARD_H_ */