Nugget
|
Go to the source code of this file.
Functions | |
int | cdromReadPathTable () |
int | dev_cd_open (struct File *file, const char *filename, int mode) |
int | dev_cd_read (struct File *file, void *buffer, int size) |
struct DirEntry * | dev_cd_firstFile (struct File *file, const char *filename, struct DirEntry *entry) |
struct DirEntry * | dev_cd_nextFile (struct File *file, struct DirEntry *entry) |
int | dev_cd_chdir (struct File *file, char *name) |
Variables | |
char | g_cdromCWD [128] |
int cdromReadPathTable | ( | ) |
struct DirEntry * dev_cd_firstFile | ( | struct File * | file, |
const char * | filename, | ||
struct DirEntry * | entry | ||
) |
|
extern |