#ifndef FLASHCARD_H #define FLASHCARD_H bool sdFound(void); bool flashcardFound(void); bool bothSDandFlashcard(void); void flashcardMount(void); #endif //FLASHCARD_H