beeper.h 291 B

12345678910111213
  1. /*
  2. * (C) Copyright 2002
  3. * Keith Outwater, keith_outwater@mvis.com
  4. *
  5. * SPDX-License-Identifier: GPL-2.0+
  6. */
  7. void init_beeper(void);
  8. void set_beeper_frequency(uint frequency);
  9. void beeper_on(void);
  10. void beeper_off(void);
  11. void set_beeper_volume(int steps);
  12. int do_beeper(char *sequence);