arch/powerpc/include/asm/libata-portmap.h

Source file repositories/reference/linux-study-clean/arch/powerpc/include/asm/libata-portmap.h

File Facts

System
Linux kernel
Corpus path
arch/powerpc/include/asm/libata-portmap.h
Extension
.h
Size
249 bytes
Lines
10
Domain
Architecture Layer
Bucket
arch/powerpc
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __ASM_POWERPC_LIBATA_PORTMAP_H
#define __ASM_POWERPC_LIBATA_PORTMAP_H

#define ATA_PRIMARY_IRQ(dev)	pci_get_legacy_ide_irq(dev, 0)

#define ATA_SECONDARY_IRQ(dev)	pci_get_legacy_ide_irq(dev, 1)

#endif

Annotation

Implementation Notes