mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Fix broken Doxygen comments (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@281 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
5870a97218
commit
3dc564852f
1 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@
|
||||||
* - http://en.wikipedia.org/wiki/Pc_speaker
|
* - http://en.wikipedia.org/wiki/Pc_speaker
|
||||||
* - http://en.wikipedia.org/wiki/Intel_8253
|
* - http://en.wikipedia.org/wiki/Intel_8253
|
||||||
*
|
*
|
||||||
* @param The frequency of the tone.
|
* @param freq The frequency of the tone.
|
||||||
*/
|
*/
|
||||||
void speaker_enable(u16 freq)
|
void speaker_enable(u16 freq)
|
||||||
{
|
{
|
||||||
|
@ -80,8 +80,8 @@ void speaker_disable(void)
|
||||||
* Wait for a short amount of time after the beep to make it distinguishable
|
* Wait for a short amount of time after the beep to make it distinguishable
|
||||||
* from the next beep (if any).
|
* from the next beep (if any).
|
||||||
*
|
*
|
||||||
* @param The frequency of the tone/beep.
|
* @param freq The frequency of the tone/beep.
|
||||||
* @param The duration of the tone/beep in milliseconds.
|
* @param duration The duration of the tone/beep in milliseconds.
|
||||||
*/
|
*/
|
||||||
void speaker_tone(u16 freq, unsigned int duration)
|
void speaker_tone(u16 freq, unsigned int duration)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue