Add hardware buttons, cpu booting, tsec booting.
This commit is contained in:
8
hwinit/tsec.h
Normal file
8
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
|
||||
Reference in New Issue
Block a user