TT-System-Firmware APIs 19.8.99
Tenstorrent Firmware
Loading...
Searching...
No Matches
tt_smc_remoteproc.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Tenstorrent AI ULC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_DRIVERS_MISC_TT_SMC_REMOTEPROC_H_
8#define ZEPHYR_INCLUDE_DRIVERS_MISC_TT_SMC_REMOTEPROC_H_
9
14
24int tt_smc_remoteproc_boot(const struct device *dev, uint64_t addr, uint8_t *img_data,
25 size_t img_size);
26
27#endif /* ZEPHYR_INCLUDE_DRIVERS_MISC_TT_SMC_REMOTEPROC_H_ */
__UINT64_TYPE__ uint64_t
__UINT8_TYPE__ uint8_t
int tt_smc_remoteproc_boot(const struct device *dev, uint64_t addr, uint8_t *img_data, size_t img_size)
Boot SMC remote processor.