1 /*
2 * uart401.h
3 *
4 * Copyright: Christoph Hellwig <chhellwig@gmx.net>
5 *
6 */
7
8 /* From uart401.c */
9 int probe_uart401 (struct address_info *hw_config, struct module *owner);
10 void unload_uart401 (struct address_info *hw_config);
11
12 void uart401intr (int irq, void *dev_id, struct pt_regs * dummy);
13
14 /* From mpu401.c */
15 int probe_mpu401(struct address_info *hw_config);
16 void attach_mpu401(struct address_info * hw_config, struct module *owner);
17 void unload_mpu401(struct address_info *hw_info);
18
19 int intchk_mpu401(void *dev_id);
20 void mpuintr(int irq, void *dev_id, struct pt_regs * dummy);
21
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.