hekate/hwinit/fuse.c

13 lines
187 B
C
Raw Normal View History

2018-03-07 01:11:46 +00:00
#include "fuse.h"
#include "t210.h"
void fuse_disable_program()
{
FUSE(FUSE_DISABLEREGPROGRAM) = 1;
}
u32 fuse_read_odm(u32 idx)
{
return FUSE(FUSE_RESERVED_ODMX(idx));
}