mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-05 11:27:09 +00:00
9 lines
111 B
C
9 lines
111 B
C
#ifndef _TSEC_H_
|
|
#define _TSEC_H_
|
|
|
|
#include "types.h"
|
|
|
|
int tsec_query(u32 carveout, u8 *dst, u32 rev);
|
|
|
|
#endif
|