1#ifndef RVL_SDK_DVD_FS_H
2#define RVL_SDK_DVD_FS_H
3#include <revolution/DVD/dvd.h>
4#include <revolution/OS.h>
11extern BOOL __DVDLongFileNameFlag;
13void __DVDFSInit(
void);
14s32 DVDConvertPathToEntrynum(
const char* path);
18BOOL DVDGetCurrentDir(
char* buffer, u32 maxlen);
19BOOL DVDReadAsyncPrio(
DVDFileInfo* info,
void* dst, s32 size, s32 offset,
20 DVDAsyncCallback callback, s32 prio);
21s32 DVDReadPrio(
DVDFileInfo* info,
void* dst, s32 size, s32 offset, s32 prio);