TT Zephyr Platforms 19.5.0-rc1
Tenstorrent Firmware
Loading...
Searching...
No Matches
arc_dma.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Tenstorrent AI ULC
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6#ifndef ARC_DMA_H_
7#define ARC_DMA_H_
8
9#include <stdbool.h>
10#include <stdint.h>
11
12/* Declaration for ArcDmaTransfer used by libpciesd.a */
13bool ArcDmaTransfer(const void *src, void *dst, uint32_t len);
14
15#endif /* ARC_DMA_H_ */
bool ArcDmaTransfer(const void *src, void *dst, uint32_t len)
Definition pcie.c:174
__UINT32_TYPE__ uint32_t