Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove unused prototypes

-4
-4
firmware/target/mips/ingenic_jz47xx/onda_vx767/ata-sd-target.h
··· 26 26 #include "sdmmc.h" 27 27 #include "jz4740.h" 28 28 29 - int _sd_read_sectors(unsigned long start, int count, void* buf); 30 - int _sd_write_sectors(unsigned long start, int count, const void* buf); 31 - int _sd_init(void); 32 - 33 29 #define MMC_CD_PIN (29 + 1 * 32) /* Pin to check card insertion */ 34 30 //#define MMC_POWER_PIN (30 + 1 * 32) /* Pin to enable/disable card power */ 35 31 //#define MMC_PW_PIN (14 + 3 * 32) /* Pin to check protect card */