mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
12 lines
221 B
C
12 lines
221 B
C
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||
|
/*
|
||
|
* Copyright 2023 Toradex - https://www.toradex.com/
|
||
|
*/
|
||
|
|
||
|
#ifndef _COMMON_FDT_H
|
||
|
#define _COMMON_FDT_H
|
||
|
|
||
|
int fdt_fixup_msmc_ram_k3(void *blob);
|
||
|
|
||
|
#endif /* _COMMON_FDT_H */
|