mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-09 17:10:17 +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
|