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