mirror of
https://github.com/Scandal-UK/Incognito_RCM.git
synced 2024-11-10 06:01:56 +00:00
9 lines
189 B
C
9 lines
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
|