1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-11-26 13:52:06 +00:00
TegraExplorer/source/tegraexplorer/utils/tools.h

7 lines
148 B
C
Raw Normal View History

#pragma once
#include "../../utils/types.h"
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(int mmc, bool daybreak);