mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 23:02:59 +00:00
10 lines
197 B
C
10 lines
197 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* Copyright (C) 2021 - 2022, Xilinx, Inc.
|
||
|
* Copyright (C) 2022, Advanced Micro Devices, Inc.
|
||
|
*/
|
||
|
|
||
|
#include <linux/build_bug.h>
|
||
|
|
||
|
void mem_map_fill(void);
|