1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-11-09 21:51:48 +00:00
TegraExplorer/source/meme/utils.h

10 lines
237 B
C
Raw Normal View History

#pragma once
2019-08-14 23:57:07 +01:00
#define OPTION1 (1 << 0)
#define OPTION2 (1 << 1)
#define OPTION3 (1 << 2)
#define OPTION4 (1 << 3)
void utils_gfx_init();
void utils_waitforpower();
2019-08-14 23:42:41 +01:00
int readfolder(char *items[], unsigned int *muhbits, const char path[]);