Merge branches 'for-4.0/upstream-fixes', 'for-4.1/genius', 'for-4.1/huion-uclogic...
[deliverable/linux.git] / sound / drivers / pcsp / pcsp_input.h
CommitLineData
9ab4d072
SS
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
fbbb01a1 10int pcspkr_input_init(struct input_dev **rdev, struct device *dev);
9ab4d072
SS
11int pcspkr_input_remove(struct input_dev *dev);
12void pcspkr_stop_sound(void);
13
14#endif
This page took 0.533902 seconds and 5 git commands to generate.