21 lines
571 B
C
21 lines
571 B
C
/*
|
|
* (C) Copyright 2014-2019
|
|
* allwinner Technology Co., Ltd. <www.allwinnertech.com>
|
|
* caiyongheng <caiyongheng@allwinnertech.com>
|
|
*
|
|
* 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__ */
|