Import hwinit (with small changes) and exosphère drivers

This commit is contained in:
TuxSH
2018-03-15 16:14:41 +01:00
parent 171c82ea9e
commit b48e71ab82
45 changed files with 6340 additions and 1 deletions

6
fusee/src/hwinit/sdram.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef _SDRAM_H_
#define _SDRAM_H_
void sdram_init();
#endif