1
0
Fork 0
mirror of https://github.com/Scandal-UK/Incognito_RCM.git synced 2024-11-13 23:46:41 +00:00
Incognito_RCM/source/incognito/io/io.h

9 lines
183 B
C
Raw Permalink Normal View History

2019-10-06 20:28:54 +01:00
#ifndef _IO_DEFINED
#define _IO_DEFINED
2020-12-22 18:40:53 +00:00
#include <utils/types.h>
2019-10-06 20:28:54 +01:00
bool prodinfo_read (u8 *buff, u32 sector, u32 count);
bool prodinfo_write (u8 *buff, u32 sector, u32 count);
#endif