LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
xenon_secotp.h
Go to the documentation of this file.
1#ifndef __XENON_SECOTP_H
2#define __XENON_SECOTP_H
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8#include <xetypes.h>
9
10extern uint64_t xenon_secotp_read_line(int nr);
11
12#ifdef __cplusplus
13};
14#endif
15
16#endif
u64 uint64_t
Definition: libfdt_env.h:12
uint64_t xenon_secotp_read_line(int nr)
Definition: xenon_secotp.c:3