mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-17 05:03:07 +00:00
8 lines
153 B
Python
8 lines
153 B
Python
def const(c: int) -> int:
|
|
return c
|
|
|
|
def mem_info() -> None: ...
|
|
def mem_current() -> int: ...
|
|
def mem_total() -> int: ...
|
|
def mem_peak() -> int: ...
|