License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6/btrfs-unstable.git] / sound / oss / mpu401.h
blob6beb8c2ae4056a00967cf52b3c5485db3a955ef0
1 /* SPDX-License-Identifier: GPL-2.0 */
3 /* From uart401.c */
4 int probe_uart401 (struct address_info *hw_config, struct module *owner);
5 void unload_uart401 (struct address_info *hw_config);
7 irqreturn_t uart401intr (int irq, void *dev_id);
9 /* From mpu401.c */
10 int probe_mpu401(struct address_info *hw_config, struct resource *ports);
11 int attach_mpu401(struct address_info * hw_config, struct module *owner);
12 void unload_mpu401(struct address_info *hw_info);