GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / sound / drivers / pcsp / pcsp_input.h
blobe66738c783338bc4b98d2bf7daded2e4d920dcef
1 /*
2 * PC-Speaker driver for Linux
4 * Copyright (C) 2001-2008 Stas Sergeev
5 */
7 #ifndef __PCSP_INPUT_H__
8 #define __PCSP_INPUT_H__
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);
14 #endif