diff options
Diffstat (limited to '')
-rw-r--r-- | twrp-functions.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/twrp-functions.hpp b/twrp-functions.hpp index d49cd8499..d72c9161b 100644 --- a/twrp-functions.hpp +++ b/twrp-functions.hpp @@ -85,6 +85,7 @@ public: static std::string to_string(unsigned long value); //convert ul to string static void SetPerformanceMode(bool mode); // support recovery.perf.mode static void Disable_Stock_Recovery_Replace(); // Disable stock ROMs from replacing TWRP with stock recovery + static unsigned long long IOCTL_Get_Block_Size(const char* block_device); private: static void Copy_Log(string Source, string Destination); |