LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
Macros | Functions
iso9660.h File Reference
#include <xetypes.h>
#include <sys/iosupport.h>
#include <diskio/disc_io.h>
Include dependency graph for iso9660.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MAX_ISO_FILES   8
 

Functions

bool ISO9660_Mount (const char *name, const DISC_INTERFACE *disc_interface)
 
bool ISO9660_Unmount (const char *name)
 
const char * ISO9660_GetVolumeLabel (const char *name)
 

Macro Definition Documentation

◆ MAX_ISO_FILES

#define MAX_ISO_FILES   8

Definition at line 15 of file iso9660.h.

Function Documentation

◆ ISO9660_GetVolumeLabel()

const char * ISO9660_GetVolumeLabel ( const char *  name)

Definition at line 1187 of file iso9660.c.

◆ ISO9660_Mount()

bool ISO9660_Mount ( const char *  name,
const DISC_INTERFACE disc_interface 
)

Definition at line 1115 of file iso9660.c.

◆ ISO9660_Unmount()

bool ISO9660_Unmount ( const char *  name)

Definition at line 1176 of file iso9660.c.