arch/sparc/include/asm/leon_pci.h

Source file repositories/reference/linux-study-clean/arch/sparc/include/asm/leon_pci.h

File Facts

System
Linux kernel
Corpus path
arch/sparc/include/asm/leon_pci.h
Extension
.h
Size
512 bytes
Lines
24
Domain
Architecture Layer
Bucket
arch/sparc
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

struct leon_pci_info {
	struct pci_ops *ops;
	struct resource	io_space;
	struct resource	mem_space;
	struct resource	busn;
	int (*map_irq)(const struct pci_dev *dev, u8 slot, u8 pin);
};

void leon_pci_init(struct platform_device *ofdev,
		   struct leon_pci_info *info);

#endif /* _ASM_LEON_PCI_H_ */

Annotation

Implementation Notes