#ifndef __SD_H #define __SD_H #include int sd_init(); int sd_load_sector(UBYTE* target, DWORD sector); #endif // __SD_H