You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
306 B
14 lines
306 B
/*
|
|
* modifed by kogiidena
|
|
* 2005.03.03
|
|
*/
|
|
|
|
#ifndef __ASM_SH_LANDISK_IDE_H
|
|
#define __ASM_SH_LANDISK_IDE_H
|
|
|
|
/* Nothing to see here.. */
|
|
#include <asm/landisk/iodata_landisk.h>
|
|
#define IRQ_CFCARD IRQ_FATA /* CF Card IRQ */
|
|
#define IRQ_PCMCIA IRQ_ATA /* PCMCIA IRQ */
|
|
|
|
#endif /* __ASM_SH_LANDISK_IDE_H */
|
|
|