mirror of
https://github.com/d0k3/SafeB9SInstaller.git
synced 2025-06-26 21:52:46 +00:00
8 lines
178 B
C
8 lines
178 B
C
|
#pragma once
|
||
|
|
||
|
#include "common.h"
|
||
|
#include "ff.h"
|
||
|
|
||
|
u32 SafeWriteFile(FIL* file, void* buff, FSIZE_t ofs, UINT btw);
|
||
|
u32 SafeWriteNand(void* buff, u32 ofs, u32 btw, u32 keyslot);
|