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
24
int
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_t
__UINT64_TYPE__ uint64_t
uint8_t
__UINT8_TYPE__ uint8_t
device
tt_smc_remoteproc_boot
int tt_smc_remoteproc_boot(const struct device *dev, uint64_t addr, uint8_t *img_data, size_t img_size)
Boot SMC remote processor.
zephyr
drivers
misc
tt_smc_remoteproc.h
Generated by
1.14.0