arch/powerpc/platforms/embedded6xx/usbgecko_udbg.h

Source file repositories/reference/linux-study-clean/arch/powerpc/platforms/embedded6xx/usbgecko_udbg.h

File Facts

System
Linux kernel
Corpus path
arch/powerpc/platforms/embedded6xx/usbgecko_udbg.h
Extension
.h
Size
554 bytes
Lines
28
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 __USBGECKO_UDBG_H
#define __USBGECKO_UDBG_H

#ifdef CONFIG_USBGECKO_UDBG

extern void __init ug_udbg_init(void);

#else

static inline void __init ug_udbg_init(void)
{
}

#endif /* CONFIG_USBGECKO_UDBG */

void __init udbg_init_usbgecko(void);

#endif /* __USBGECKO_UDBG_H */

Annotation

Implementation Notes