LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
xenon_secotp.c
Go to the documentation of this file.
2
4{
5 if (nr<0 || nr>=12) return -1;
6 return *(uint64_t*)(0x20020000 + (nr * 0x200));
7}
u64 uint64_t
Definition: libfdt_env.h:12
uint64_t xenon_secotp_read_line(int nr)
Definition: xenon_secotp.c:3