mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-02 00:39:22 -05:00
10 lines
155 B
C
10 lines
155 B
C
#ifndef NITRO_CARD_H_
|
|
#define NITRO_CARD_H_
|
|
|
|
#include <nitro/card/pullOut.h>
|
|
#include <nitro/card/backup.h>
|
|
|
|
void CARD_Init(void);
|
|
|
|
#endif //NITRO_CARD_H_
|