Jetpack/u-boot/arch/arm/mach-tegra/dt-edit.h
dchvs 31faf4d851 cti_kernel: Add CTI sources
Elroy L4T r32.4.4 – JetPack 4.4.1
2021-03-15 20:15:11 -06:00

14 lines
341 B
C

/*
* Copyright (C) 2010-2019 NVIDIA CORPORATION.
*
* SPDX-License-Identifier: GPL-2.0
*/
void *fdt_copy_get_blob_src_default(void);
int fdt_copy_env_proplist(void *blob_dst);
int fdt_copy_env_nodelist(void *blob_dst);
int fdt_del_env_nodelist(void);
int fdt_del_env_proplist(void);
int fdt_del_then_copy_env_nodelist(void *blob_dst);