RetroArch
iso9660.h
Go to the documentation of this file.
1 /****************************************************************************
2  * ISO9660 devoptab
3  *
4  * Copyright (C) 2008-2010
5  * tipoloski, clava, shagkur, Tantric, joedj
6  ****************************************************************************/
7 
8 #ifndef __ISO9660_H__
9 #define __ISO9660_H__
10 
11 #include <gctypes.h>
12 
13 #define ISO_MAXPATHLEN 128
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
19 bool ISO9660_Mount(const char* name, const DISC_INTERFACE* disc_interface);
20 bool ISO9660_Unmount(const char* name);
21 const char *ISO9660_GetVolumeLabel(const char *name);
22 
23 #ifdef __cplusplus
24 }
25 #endif
26 
27 #endif
GLuint const GLchar * name
Definition: glext.h:6671
Data type definitions.
const char * ISO9660_GetVolumeLabel(const char *name)
bool ISO9660_Unmount(const char *name)
Definition: iosuhax_disc_interface.h:52
bool ISO9660_Mount(const char *name, const DISC_INTERFACE *disc_interface)