Get rid of the double FatFs

This commit is contained in:
Aurora
2016-05-03 03:05:11 +02:00
parent fef48a449a
commit 905f816bbe
25 changed files with 49 additions and 7382 deletions

5
loader/source/memory.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
#include "types.h"
void memcpy(void *dest, const void *src, u32 size);