]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - sound/oss/mpu401.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / sound / oss / mpu401.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2
3/* From uart401.c */
4int probe_uart401 (struct address_info *hw_config, struct module *owner);
5void unload_uart401 (struct address_info *hw_config);
6
7d12e780 7irqreturn_t uart401intr (int irq, void *dev_id);
1da177e4
LT
8
9/* From mpu401.c */
10int probe_mpu401(struct address_info *hw_config, struct resource *ports);
11int attach_mpu401(struct address_info * hw_config, struct module *owner);
12void unload_mpu401(struct address_info *hw_info);