diff options
Diffstat (limited to 'sound/drivers/pcsp/pcsp_input.h')
-rw-r--r-- | sound/drivers/pcsp/pcsp_input.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sound/drivers/pcsp/pcsp_input.h b/sound/drivers/pcsp/pcsp_input.h new file mode 100644 index 000000000000..e66738c78333 --- /dev/null +++ b/sound/drivers/pcsp/pcsp_input.h | |||
@@ -0,0 +1,14 @@ | |||
1 | /* | ||
2 | * PC-Speaker driver for Linux | ||
3 | * | ||
4 | * Copyright (C) 2001-2008 Stas Sergeev | ||
5 | */ | ||
6 | |||
7 | #ifndef __PCSP_INPUT_H__ | ||
8 | #define __PCSP_INPUT_H__ | ||
9 | |||
10 | int __devinit pcspkr_input_init(struct input_dev **rdev, struct device *dev); | ||
11 | int pcspkr_input_remove(struct input_dev *dev); | ||
12 | void pcspkr_stop_sound(void); | ||
13 | |||
14 | #endif | ||