mirror of
https://github.com/wiiu-env/wiiu-nanddumper-payload.git
synced 2024-11-17 17:09:17 +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_
|