1 /* SPDX-License-Identifier: GPL-2.0 */ 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 2 /* 3 * PC-Speaker driver for Linux 3 * PC-Speaker driver for Linux 4 * 4 * 5 * Copyright (C) 2001-2008 Stas Sergeev 5 * Copyright (C) 2001-2008 Stas Sergeev 6 */ 6 */ 7 7 8 #ifndef __PCSP_INPUT_H__ 8 #ifndef __PCSP_INPUT_H__ 9 #define __PCSP_INPUT_H__ 9 #define __PCSP_INPUT_H__ 10 10 11 int pcspkr_input_init(struct input_dev **rdev, 11 int pcspkr_input_init(struct input_dev **rdev, struct device *dev); >> 12 int pcspkr_input_remove(struct input_dev *dev); 12 void pcspkr_stop_sound(void); 13 void pcspkr_stop_sound(void); 13 14 14 #endif 15 #endif 15 16
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.