mirror of
https://github.com/nitraiolo/CfgUSBLoader.git
synced 2025-01-10 02:09:27 +01:00
10 lines
143 B
C
10 lines
143 B
C
|
#ifndef _WBFS_H_
|
||
|
#define _WBFS_H_
|
||
|
|
||
|
/* Prototypes */
|
||
|
s32 WBFS_OpenDisc(u8 *discid);
|
||
|
s32 WBFS_Read(void *buffer, u32 len, u32 offset);
|
||
|
|
||
|
#endif
|
||
|
|