9 lines
201 B
C
9 lines
201 B
C
#pragma once
|
|
|
|
#include "common.h"
|
|
|
|
void CTR_SetSecKey(u32 value);
|
|
void CTR_SetSecSeed(u32 *seed, bool flag);
|
|
|
|
void CTR_SendCommand(u32 command[4], u32 pageSize, u32 blocks, u32 latency, void* buffer);
|