Initial Commit
This commit is contained in:
15
TegraExplorer/source/utils/utils.h
Normal file
15
TegraExplorer/source/utils/utils.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
#include <utils/types.h>
|
||||
|
||||
char *CpyStr(const char* in);
|
||||
void MaskIn(char *mod, u32 bitstream, char mask);
|
||||
bool StrEndsWith(char *begin, char *end);
|
||||
void WaitFor(u32 ms);
|
||||
void RebootToPayloadOrRcm();
|
||||
|
||||
#define FREE(x) free(x); x = NULL;
|
||||
char *ShowKeyboard(const char *toEdit, u8 alwaysRet);
|
||||
|
||||
void power_off();
|
||||
void reboot_rcm();
|
||||
void reboot_normal();
|
||||
Reference in New Issue
Block a user