/* * (C) Copyright 2014-2019 * allwinner Technology Co., Ltd. * caiyongheng * * some simple description for this code * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your option) any later version. * */ #ifndef __SUNXI_BOOT_TONE_H__ #define __SUNXI_BOOT_TONE_H__ int sunxi_boot_tone_play(void); #endif /* __SUNXI_BOOT_TONE_H__ */