arch/x86/platform/geode/geode-common.h

Source file repositories/reference/linux-study-clean/arch/x86/platform/geode/geode-common.h

File Facts

System
Linux kernel
Corpus path
arch/x86/platform/geode/geode-common.h
Extension
.h
Size
482 bytes
Lines
22
Domain
Architecture Layer
Bucket
arch/x86
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 geode_led {
	unsigned int pin;
	bool default_on;
};

int geode_create_restart_key(unsigned int pin);
int geode_create_leds(const char *label, const struct geode_led *leds,
		      unsigned int n_leds);

#endif /* __PLATFORM_GEODE_COMMON_H */

Annotation

Implementation Notes