mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 18:49:07 +00:00
15 lines
126 B
Python
15 lines
126 B
Python
|
def enable():
|
||
|
pass
|
||
|
|
||
|
def disable():
|
||
|
pass
|
||
|
|
||
|
def collect():
|
||
|
pass
|
||
|
|
||
|
def mem_alloc():
|
||
|
pass
|
||
|
|
||
|
def mem_free():
|
||
|
pass
|