ide.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  * linux/include/asm-arm/arch-l7200/ide.h
  3.  *
  4.  * Copyright (c) 2000 Steve Hill (sjhill@cotw.com)
  5.  *
  6.  * Changelog:
  7.  *  03-29-2000 SJH Created file placeholder
  8.  */
  9. #include <asm/irq.h>
  10. /*
  11.  * Set up a hw structure for a specified data port, control port and IRQ.
  12.  * This should follow whatever the default interface uses.
  13.  */
  14. static __inline__ void
  15. ide_init_hwif_ports(hw_regs_t *hw, int data_port, int ctrl_port, int *irq)
  16. {
  17. }
  18. /*
  19.  * This registers the standard ports for this architecture with the IDE
  20.  * driver.
  21.  */
  22. static __inline__ void
  23. ide_init_default_hwifs(void)
  24. {
  25. }