lin
2025-01-10 9ec4e21f2f615ef95b70a249569906799e36bace
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