huangcm
2025-09-01 53d8e046ac1bf2ebe94f671983e3d3be059df91a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * (C) Copyright 2017-2018
 * Allwinner Technology Co., Ltd. <www.allwinnertech.com>
 * wangwei <wangwei@allwinnertech.com>
 *
 * Configuration settings for the Allwinner sunxi series of boards.
 *
 * SPDX-License-Identifier:>GPL-2.0+
 */
 
#ifndef SUNXI_REPLACE_FDT_H_H_
#define SUNXI_REPLACE_FDT_H_H_
 
int sunxi_replace_fdt(void);
 
#endif