cd: switch to CD drive emu code from genplus
[picodrive.git] / pico / cd / cd_file.h
diff --git a/pico/cd/cd_file.h b/pico/cd/cd_file.h
deleted file mode 100644 (file)
index f9bb8ea..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-#ifndef _CD_FILE_H
-#define _CD_FILE_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-typedef enum
-{
-       CIT_NOT_CD = 0,
-       CIT_ISO,
-       CIT_BIN,
-       CIT_CUE
-}
-cd_img_type;
-
-
-PICO_INTERNAL int  Load_CD_Image(const char *iso_name, cd_img_type type);
-PICO_INTERNAL void Unload_ISO(void);
-PICO_INTERNAL int  FILE_Read_One_LBA_CDC(void);
-
-
-#ifdef __cplusplus
-};
-#endif
-
-#endif