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:
Uwe Hermann 2007-04-15 17:14:57 +00:00
parent 5870a97218
commit 3dc564852f

View file

@ -48,7 +48,7 @@
* - http://en.wikipedia.org/wiki/Pc_speaker
* - 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)
{
@ -80,8 +80,8 @@ void speaker_disable(void)
* Wait for a short amount of time after the beep to make it distinguishable
* from the next beep (if any).
*
* @param The frequency of the tone/beep.
* @param The duration of the tone/beep in milliseconds.
* @param freq The frequency of the tone/beep.
* @param duration The duration of the tone/beep in milliseconds.
*/
void speaker_tone(u16 freq, unsigned int duration)
{