Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * PC-Speaker driver for Linux
0004  *
0005  * Copyright (C) 2001-2008  Stas Sergeev
0006  */
0007 
0008 #ifndef __PCSP_INPUT_H__
0009 #define __PCSP_INPUT_H__
0010 
0011 int pcspkr_input_init(struct input_dev **rdev, struct device *dev);
0012 void pcspkr_stop_sound(void);
0013 
0014 #endif