rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
| 2 | |
| 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); |
| 6 | |
| 7 | irqreturn_t uart401intr (int irq, void *dev_id); |
| 8 | |
| 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); |