2025-12-16 15:15:50 +00:00
|
|
|
def coparun(context: int, data: bytes) -> int: ...
|
|
|
|
|
def read_data_mem(context: int, rel_addr: int, length: int) -> bytes: ...
|
|
|
|
|
def create_target() -> int: ...
|
2026-03-29 12:56:05 +00:00
|
|
|
def clear_target(context: int) -> None: ...
|