u-boot-brain/board/gen860t/beeper.h

14 lines
291 B
C
Raw Normal View History

2002-09-19 04:52:13 +09:00
/*
* (C) Copyright 2002
* Keith Outwater, keith_outwater@mvis.com
*
* SPDX-License-Identifier: GPL-2.0+
2002-09-19 04:52:13 +09:00
*/
void init_beeper(void);
void set_beeper_frequency(uint frequency);
void beeper_on(void);
void beeper_off(void);
void set_beeper_volume(int steps);
int do_beeper(char *sequence);