Newer
Older
Atmosphere / fusee / fusee-primary / src / hwinit / fuse.c
@Michael Scire Michael Scire on 8 Apr 2018 175 bytes Change fusee folder naming
#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));
}