Files
linux-apfs/include/asm-generic/libata-portmap.h
T

8 lines
153 B
C
Raw Normal View History

#ifndef __ASM_GENERIC_LIBATA_PORTMAP_H
#define __ASM_GENERIC_LIBATA_PORTMAP_H
2007-01-01 19:31:15 +00:00
#define ATA_PRIMARY_IRQ(dev) 14
#define ATA_SECONDARY_IRQ(dev) 15
#endif