mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-10 06:02:01 +00:00
10 lines
No EOL
237 B
C
10 lines
No EOL
237 B
C
#pragma once
|
|
|
|
#define OPTION1 (1 << 0)
|
|
#define OPTION2 (1 << 1)
|
|
#define OPTION3 (1 << 2)
|
|
#define OPTION4 (1 << 3)
|
|
|
|
void utils_gfx_init();
|
|
void utils_waitforpower();
|
|
int readfolder(char *items[], unsigned int *muhbits, const char path[]); |