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