1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-20 05:53:25 +01:00
TegraExplorer/source/tegraexplorer/tools.h

7 lines
117 B
C
Raw Normal View History

#pragma once
2019-12-03 09:06:11 +00:00
void displayinfo();
2019-12-03 16:11:08 +00:00
void displaygpio();
int format(int mode);
int dumpfirmware();
void dumpusersaves();