mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-10-31 06:11:10 -04:00
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@96 4ee2a332-4b2b-5046-8439-1ba90f034370
12 lines
279 B
C
12 lines
279 B
C
|
|
#ifndef __DRDEFAULT_H__
|
|
#define __DRDEFAULT_H__
|
|
|
|
|
|
void defaultRtfsAttach( int driveno);
|
|
BOOL defaultRtfsIo( int driveno, dword block, void* buffer, word count, BOOLEAN reading);
|
|
int defaultRtfsCtrl( int driveno, int opcode, void* pargs);
|
|
|
|
|
|
#endif /*__DRDEFAULT_H__*/
|