/* * (C) Copyright 2017-2018 * Allwinner Technology Co., Ltd. * wangwei * * Configuration settings for the Allwinner sunxi series of boards. * * SPDX-License-Identifier:>GPL-2.0+ */ #ifndef SUNXI_SERIAL_H_H_ #define SUNXI_SERIAL_H_H_ int sunxi_set_serial_num(void); #endif