mpu401.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /* From uart401.c */
  2. int probe_uart401 (struct address_info *hw_config, struct module *owner);
  3. void unload_uart401 (struct address_info *hw_config);
  4. void uart401intr (int irq, void *dev_id, struct pt_regs * dummy);
  5. /* From mpu401.c */
  6. int probe_mpu401(struct address_info *hw_config);
  7. void attach_mpu401(struct address_info * hw_config, struct module *owner);
  8. void unload_mpu401(struct address_info *hw_info);
  9. int intchk_mpu401(void *dev_id);
  10. void mpuintr(int irq, void *dev_id, struct pt_regs * dummy);