mirror of
https://github.com/rvtr/ctr_firmware.git
synced 2025-10-31 07:51:08 -04:00
firmwareビルド環境の設定、fatfsライブラリ追加。 git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@253 b871894f-2f95-9b40-918c-086798483c85
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__*/
|