arch/m68k/include/asm/pci.h

Source file repositories/reference/linux-study-clean/arch/m68k/include/asm/pci.h

File Facts

System
Linux kernel
Corpus path
arch/m68k/include/asm/pci.h
Extension
.h
Size
228 bytes
Lines
11
Domain
Architecture Layer
Bucket
arch/m68k
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_M68K_PCI_H
#define _ASM_M68K_PCI_H

#define	pcibios_assign_all_busses()	1

#define	PCIBIOS_MIN_IO		0x00000100
#define	PCIBIOS_MIN_MEM		0x02000000

#endif /* _ASM_M68K_PCI_H */

Annotation

Implementation Notes