Revision 497b5b13c9e946651991e0296374a15d38590ce1 authored by Linus Torvalds on 14 December 2010, 19:06:17 UTC, committed by Linus Torvalds on 14 December 2010, 19:06:17 UTC
* 'for-linus' of git://oss.sgi.com/xfs/xfs:
  xfs: log timestamp changes to the source inode in rename
2 parent s e97b71d + 05340d4
Raw File
mpu401.h

/*	From uart401.c */
int probe_uart401 (struct address_info *hw_config, struct module *owner);
void unload_uart401 (struct address_info *hw_config);

irqreturn_t uart401intr (int irq, void *dev_id);

/*	From mpu401.c */
int probe_mpu401(struct address_info *hw_config, struct resource *ports);
int attach_mpu401(struct address_info * hw_config, struct module *owner);
void unload_mpu401(struct address_info *hw_info);
back to top