GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
|
||||
* Copyright (c) 2020, NVIDIA Corporation. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
#ifndef GPCDMA_H
|
||||
#define GPCDMA_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void tegra_gpcdma_memcpy(uint64_t dst_addr, uint64_t src_addr,
|
||||
uint32_t num_bytes);
|
||||
void tegra_gpcdma_zeromem(uint64_t dst_addr, uint32_t num_bytes);
|
||||
|
||||
#endif /* GPCDMA_H */
|
||||
Reference in New Issue
Block a user