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

8
fusee/src/hwinit/tsec.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef _TSEC_H_
#define _TSEC_H_
#include "types.h"
int tsec_query(u32 carveout, u8 *dst, u32 rev);
#endif