blob: 6beb8c2ae4056a00967cf52b3c5485db3a955ef0 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001/* 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);