arch/sparc/kernel/led.c

Source file repositories/reference/linux-study-clean/arch/sparc/kernel/led.c

File Facts

System
Linux kernel
Corpus path
arch/sparc/kernel/led.c
Extension
.c
Size
3264 bytes
Lines
147
Domain
Architecture Layer
Bucket
arch/sparc
Inferred role
Architecture Layer: exported/initcall integration point
Status
integration 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

module_init(led_init);
module_exit(led_exit);

MODULE_AUTHOR("Lars Kotthoff <metalhead@metalhead.ws>");
MODULE_DESCRIPTION("Provides control of the front LED on SPARC systems.");
MODULE_LICENSE("GPL");
MODULE_VERSION(LED_VERSION);

Annotation

Implementation Notes