mirror of
https://github.com/nitraiolo/CfgUSBLoader.git
synced 2024-11-27 21:54:16 +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
|
|
|