Add new Kconfig option to enable/disable beeps during LinuxBIOS boot.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@274 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
09fe5ae4b1
commit
afa7c1d798
5 changed files with 128 additions and 2 deletions
|
|
@ -27,4 +27,7 @@ void udelay(unsigned int usecs);
|
|||
void mdelay(unsigned int msecs);
|
||||
void delay(unsigned int secs);
|
||||
|
||||
void beep_short(void);
|
||||
void beep_long(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue