1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2025-02-17 05:55:36 +00:00
TegraExplorer/source/tegraexplorer/utils/tools.h

7 lines
148 B
C
Raw Permalink Normal View History

#pragma once
#include "../../utils/types.h"
2019-12-03 10:06:11 +01:00
void displayinfo();
2019-12-03 17:11:08 +01:00
void displaygpio();
int format(int mode);
int dumpfirmware(int mmc, bool daybreak);