You've already forked essentialsubmit
mirror of
https://github.com/nh-server/essentialsubmit.git
synced 2026-04-30 11:25:38 -07:00
10 lines
239 B
C
10 lines
239 B
C
#include <stdbool.h>
|
|
|
|
void setSDEssentialSerial();
|
|
void setNANDEssentialSerial();
|
|
void setSecinfoSerial();
|
|
void setTWLNSerial();
|
|
char* getSecinfoSerial();
|
|
char* getTWLNSerial();
|
|
char* getSDEssentialSerial();
|
|
char* getNANDEssentialSerial(); |