pcsp_input.h 288 B

1234567891011121314
  1. /*
  2. * PC-Speaker driver for Linux
  3. *
  4. * Copyright (C) 2001-2008 Stas Sergeev
  5. */
  6. #ifndef __PCSP_INPUT_H__
  7. #define __PCSP_INPUT_H__
  8. int pcspkr_input_init(struct input_dev **rdev, struct device *dev);
  9. int pcspkr_input_remove(struct input_dev *dev);
  10. void pcspkr_stop_sound(void);
  11. #endif