/*
|
* (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
|