#ifndef SYS_CARD_H #define SYS_CARD_H BOOL card_det_insert(void); BOOL card_det_wp(void); void card_init(void); #endif