mirror of
https://github.com/wiiu-env/wiiu-nanddumper-payload.git
synced 2024-11-16 16:39:18 +01:00
7 lines
79 B
C
7 lines
79 B
C
|
#ifndef _MLCIO_H_
|
||
|
#define _MLCIO_H_
|
||
|
|
||
|
void mlc_init(void);
|
||
|
|
||
|
#endif // _MLCIO_H_
|