12 lines
129 B
C
Executable File
12 lines
129 B
C
Executable File
#ifndef __SDCARD_TEST_H
|
|
#define __SDCARD_TEST_H
|
|
|
|
struct sd_msg {
|
|
int result;
|
|
int y;
|
|
};
|
|
|
|
void *sdcard_test(void *argv);
|
|
|
|
#endif
|