mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-07 09:54:47 -04:00
Import hwinit (with small changes) and exosphère drivers
This commit is contained in:
parent
171c82ea9e
commit
b48e71ab82
45 changed files with 6340 additions and 1 deletions
8
fusee/src/hwinit/tsec.h
Normal file
8
fusee/src/hwinit/tsec.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef _TSEC_H_
|
||||
#define _TSEC_H_
|
||||
|
||||
#include "types.h"
|
||||
|
||||
int tsec_query(u32 carveout, u8 *dst, u32 rev);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue