Get rid of the double FatFs
This commit is contained in:
5
loader/source/memory.h
Normal file
5
loader/source/memory.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include "types.h"
|
||||
|
||||
void memcpy(void *dest, const void *src, u32 size);
|
||||
Reference in New Issue
Block a user