amalgamation
[picodrive.git] / Pico / cd / buffering.c
index c391cf4..15b3a86 100644 (file)
@@ -1,3 +1,6 @@
+// Buffering handling
+// (c) Copyright 2007, Grazvydas "notaz" Ignotas
+
 #include "../PicoInt.h"
 
 //#include <stdlib.h>
@@ -47,7 +50,7 @@ void PicoCDBufferFree(void)
 
 
 /* this is a try to fight slow SD access of GP2X */
-void PicoCDBufferRead(void *dest, int lba)
+PICO_INTERNAL void PicoCDBufferRead(void *dest, int lba)
 {
        int is_bin, offs, read_len, moved = 0;
        reads++;