mirror of
https://github.com/wiiu-env/wiiu-nanddumper-payload.git
synced 2025-02-16 19:39:11 +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_
|