mirror of
https://github.com/Scandal-UK/Incognito_RCM.git
synced 2024-11-08 21:21:49 +00:00
9 lines
No EOL
189 B
C
9 lines
No EOL
189 B
C
#ifndef _IO_DEFINED
|
|
#define _IO_DEFINED
|
|
|
|
#include "../../utils/types.h"
|
|
|
|
bool prodinfo_read (u8 *buff, u32 sector, u32 count);
|
|
bool prodinfo_write (u8 *buff, u32 sector, u32 count);
|
|
|
|
#endif |