blob: 3bbc84aef227a55c3fea85b544cd1d51e2a831fe [file] [log] [blame]
Googlera8fd56b2024-10-24 14:04:51 +08001/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
2/*
3 * Copyright (c) 2019 Amlogic, Inc. All rights reserved.
4 */
5
6#ifndef __AML_DT_H__
7#define __AML_DT_H__
8
9unsigned long get_multi_dt_entry(unsigned long fdt_addr);
10#endif