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
|