linux/sound/oss/mpu401.h
<<
>>
Prefs
   1/* SPDX-License-Identifier: GPL-2.0 */
   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
   7irqreturn_t uart401intr (int irq, void *dev_id);
   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);
  13